Skip to content

Commit

Permalink
no sudo required
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Mar 22, 2023
1 parent bb06487 commit 0eb4940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: bundle exec /app/bin/repolinter.js --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/main/repo_structure/repolint.json --format markdown
- name: Cleanup file permissions created by docker user
run: |
sudo chown -R ${{ env.runner_uid }} .
chown -R ${{ env.runner_uid }} .

0 comments on commit 0eb4940

Please sign in to comment.