Skip to content

Commit

Permalink
Fix typo github worklfow (#2944)
Browse files Browse the repository at this point in the history
* Fix typo github worklfow

* Fix typo github worklfow
  • Loading branch information
alamirault committed Sep 21, 2022
1 parent 8615aa5 commit b54c629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
COMPOSER_TOKEN: ${{ secrets.ACCESS_TOKEN }}

# install do not use composer/ramsey github action packges, it uses cache including "dev", we want to avoid it here
# install do not use composer/ramsey github action package, it uses cache including "dev", we want to avoid it here
# this run is needed to install patches, the --no-dev skips them
- run: composer install --ansi
# to remove dev dependencies
Expand Down

0 comments on commit b54c629

Please sign in to comment.