Skip to content

Commit fc36b25

Browse files
committed
fix: debug inputs
1 parent 2ab94dc commit fc36b25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pb-plugin-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
coverage: pcov
5555
extensions: imagick
5656

57+
- name: Check Inputs
58+
run: |
59+
echo "Requires Pressbooks: ${{ github.event.inputs.requires_pressbooks }}"
60+
echo "Requires Pressbooks: ${{ github.event.inputs.use_mariadb }}"
61+
echo "Requires Pressbooks: ${{ github.event.inputs.requires_private_repo }}"
62+
5763
- name: Install PHP dependencies
5864
env:
5965
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{secrets.PAT_FOR_GITHUB_ACTIONS}}"} }'

0 commit comments

Comments
 (0)