Skip to content

Commit

Permalink
Do not chown
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Jan 7, 2024
1 parent fae5e7b commit bfe8dd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
# Issue: https://github.com/actions/checkout/issues/211#issuecomment-1368283898
- name: Chown user
run: |
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
# - name: Chown user
# run: |
# sudo chown -R $USER:$USER $GITHUB_WORKSPACE

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit bfe8dd9

Please sign in to comment.