diff --git a/.github/workflows/digest-bot.yaml b/.github/workflows/digest-bot.yaml index 509745e..8890410 100644 --- a/.github/workflows/digest-bot.yaml +++ b/.github/workflows/digest-bot.yaml @@ -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 @@ -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 }}