Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/approve-dependabot.yml to m…
Browse files Browse the repository at this point in the history
…atch the template repo
  • Loading branch information
credfeto committed Oct 9, 2023
1 parent cb4cba1 commit e11b269
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 @@ -29,8 +29,10 @@ jobs:

steps:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Check Repo Owner"
shell: bash
run: echo "${{github.repository_owner}}"
- name: "Auto Merge"
uses: alexwilson/[email protected]
Expand All @@ -50,8 +52,10 @@ jobs:

steps:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Check Repo Owner"
shell: bash
run: echo "${{"github.repository_owner}}"
- name: "Approve"
uses: hmarr/auto-approve-action@v3
Expand Down

0 comments on commit e11b269

Please sign in to comment.