Skip to content

Commit

Permalink
[BUGFIX] Fix invalid workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Jan 26, 2024
1 parent 1ead013 commit 5d63e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
php-version: 8.1
coverage: none
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# see https://github.com/ramsey/composer-install
- name: "Install Composer dependencies"
Expand Down

0 comments on commit 5d63e98

Please sign in to comment.