Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update update-baseline workflow: ensures ownership of files in workfl…
Browse files Browse the repository at this point in the history
…ow (#295)
  • Loading branch information
juliewongbandue authored Jul 26, 2023
1 parent d2a51ba commit 80c49e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-baselines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
uses: lost-pixel/lost-pixel@v3.4.1
env:
LOST_PIXEL_MODE: update
- name: ensure runner has ownership of all files created as part of workflow
if: ${{ failure() && steps.lp.conclusion == 'failure' }}
run: |
sudo chown -R runner:runner $GITHUB_WORKSPACE
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
if: ${{ failure() && steps.lp.conclusion == 'failure' }}
Expand Down

0 comments on commit 80c49e4

Please # to comment.