Skip to content

Commit

Permalink
Fix checkout permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Sep 4, 2024
1 parent 72387e9 commit 02cf6ec
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 02cf6ec

Please sign in to comment.