diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0437e2f..581cf12 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -90,7 +90,7 @@ jobs: author: 'github-actions[bot] ' commit-message: Update role from CV title: Update role from CV - body: 'Updates role to match CV repository. See full diff: ${{ github.repository }}@${{ github.ref }}' + body: 'Updates role to match CV repository. See full diff: ${{ github.event.compare }}' - name: Check Pull Request if: steps.pull-request.outputs.pull-request-operation == '' uses: actions/github-script@v7