Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 18, 2023
1 parent 85c247c commit b783eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Workaround for git issues
- name: Prepare commit
run: sudo chown -R $USER:$USER .

# Create pull request
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit b783eac

Please sign in to comment.