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 797d9a1 commit 56340aeCopy full SHA for 56340ae
.github/workflows/build.yml
@@ -70,13 +70,13 @@ jobs:
70
composer config github-oauth.github.com "${{ secrets.COMPOSER_TOKEN }}"
71
fi
72
73
- - name: Install project dependencies
+ - name: Install Project Dependencies
74
run: composer install --prefer-dist --no-interaction --no-ansi --no-progress --no-suggest
75
76
- name: Fast Commands Test
77
run: |
78
./example Hello World
79
80
- - name: Success reporting
+ - name: Success Reporting
81
if: success()
82
run: git log --format=fuller -5
0 commit comments