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 Nov 27, 2023
1 parent 1a7d7eb commit 0a6a48c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/approve-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Check Repo Owner"
shell: bash
run: echo "${{github.repository_owner}}"
uses: actions/[email protected]
with:
script: |
core.info('Owner: ${{github.repository_owner}}');
- name: "Auto Merge"
uses: alexwilson/[email protected]
with:
Expand All @@ -55,8 +57,10 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Check Repo Owner"
shell: bash
run: echo "${{github.repository_owner}}"
uses: actions/[email protected]
with:
script: |
core.info('Owner: ${{github.repository_owner}}');
- name: "Approve"
uses: hmarr/auto-approve-action@v3
with:
Expand Down

0 comments on commit 0a6a48c

Please sign in to comment.