Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/approve-dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 8, 2024
1 parent 2cad866 commit 6dea95b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/approve-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
steps:

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

Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:

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

Expand Down Expand Up @@ -124,6 +126,7 @@ jobs:

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

Expand Down Expand Up @@ -170,6 +173,7 @@ jobs:

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 6dea95b

Please sign in to comment.