We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab94dc commit fc36b25Copy full SHA for fc36b25
.github/workflows/pb-plugin-tests.yml
@@ -54,6 +54,12 @@ jobs:
54
coverage: pcov
55
extensions: imagick
56
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
+
63
- name: Install PHP dependencies
64
env:
65
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{secrets.PAT_FOR_GITHUB_ACTIONS}}"} }'
0 commit comments