Skip to content

Commit

Permalink
Merge pull request #33 from conduit-innovation/dev-main
Browse files Browse the repository at this point in the history
ci: phpdoc change UID
  • Loading branch information
talss89 committed May 1, 2023
2 parents 23ed4b8 + bda03ec commit 741e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Run phpdoc
run: |
docker run --rm --user=runner -v $(pwd):/data phpdoc/phpdoc:3
docker run --rm -u=$UID:$UID -v $(pwd):/data phpdoc/phpdoc:3
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 741e83e

Please sign in to comment.