Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/create-prs-for-stale-branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 8, 2024
1 parent 43990bb commit aa2b127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:

steps:
- name: "Initialise Workspace"
if: startsWith(runner.name, 'buildagent-')
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Info"
shell: bash
run: |
Expand Down Expand Up @@ -67,6 +69,7 @@ jobs:
REPO_STATUS: private
steps:
- name: "Initialise Workspace"
if: startsWith(runner.name, 'buildagent-')
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

Expand Down

0 comments on commit aa2b127

Please sign in to comment.