Skip to content

Commit

Permalink
Merge pull request #128 from WyriHaximus/fix-checkout-permissions
Browse files Browse the repository at this point in the history
Fix checkout permissions
  • Loading branch information
WyriHaximus authored Sep 4, 2024
2 parents 72387e9 + 02cf6ec commit 9e8ba5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
with:
upcomingReleases: true
qa:
generate:
name: Generate
needs:
- supported-versions-matrix
runs-on: ubuntu-latest
Expand All @@ -24,6 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v4 doesn't succeed in doing this
- name: Install Dependencies
run: composer install --ansi --no-progress --no-interaction --prefer-dist
- name: Generate new version file
Expand Down

0 comments on commit 9e8ba5c

Please sign in to comment.