Skip to content

Commit

Permalink
fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Jan 25, 2024
1 parent 9538ca0 commit e459e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/digest-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: chainguard-dev/actions/octo-sts@main
id: octo-sts
Expand All @@ -37,6 +37,6 @@ jobs:

- name: Enable auto-merge
if: ${{ steps.digest-bot.outputs.pull_request_number != '' }}
run: gh pr merge --auto --squash "https://github.com/chainguard-dev/mono/pull/${{ steps.digest-bot.outputs.pull_request_number }}"
run: gh pr merge --auto --squash "https://github.com/${{ github.repository }}/pull/${{ steps.digest-bot.outputs.pull_request_number }}"
env:
GITHUB_TOKEN: ${{ steps.octo-sts.outputs.token }}

0 comments on commit e459e76

Please sign in to comment.