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 5d753b9 commit 9432a48Copy full SHA for 9432a48
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Setup Composer Token
62
run: |
63
- if [ ! -z "${{ secrets.COMPOSER_TOKEN }}"]; then
+ if [ ! -z "${{ secrets.COMPOSER_TOKEN }}" ]; then
64
composer config github-oauth.github.com ${{ secrets.COMPOSER_TOKEN }}
65
fi
66
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
0 commit comments