Skip to content

Commit

Permalink
Update issuesAutomatedTasks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 authored Sep 17, 2024
1 parent c037e1d commit fa02c97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/issuesAutomatedTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,13 @@ jobs:
node automatedTasks.mjs "$OPERATION" "$REQUEST"
- name: 🤖 Update JSON files after this change
run: npm run generate-api-json-files
- name: 🐛 Fix permissionss to make creation of pull request possible
- name: 🐛 Fix corner cases to make creation of pull request possible
run: |
# Change the permissions to make creation of pull request possible
# Check https://github.com/peter-evans/create-pull-request/issues/783
sudo chown -R $USER:$USER .
sudo chown -R $USER:$USER .
# Force addition of database in any case
git add -f GamesPassionFR.db
- name: 💅 Create Pull Request
id: cpr
uses: peter-evans/[email protected]
Expand Down

0 comments on commit fa02c97

Please sign in to comment.