Skip to content

Commit

Permalink
fix: fixed docker workspace permissions in bot action
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 29, 2024
1 parent fa23c66 commit aee7f95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/bot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ runs:
perl -0777 -i -pe 's/\n<details>.*?<\/details>//sg' issue.md
perl -0777 -i -pe 's/\n<details>.*?<\/details>//sg' comments.md
# set permissions so the docker container can read and write the workspace files
chmod -R o=rwx .
# run gptme with the extracted command and save logs
timeout 120 docker run --rm \
-v $(pwd):/workspace \
Expand Down

0 comments on commit aee7f95

Please sign in to comment.