Skip to content

Commit

Permalink
chown the repo dir (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner authored Aug 15, 2022
1 parent 8389d1e commit 5f575a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ inputs:
runs:
using: 'composite'
steps:
# let the container take ownership of the repo dir, in case the user wants to check in the results
# workaround to https://github.com/actions/runner/issues/2033
- run: chown -R $(id -u):$(id -g) $PWD
shell: sh
# There are some configuration dependencies required for Mermaid.
# They have to be in the current directory.
- run: |
Expand Down

0 comments on commit 5f575a6

Please sign in to comment.