diff --git a/.github/workflows/update-rete-cli.yml b/.github/workflows/update-rete-cli.yml index 65ee1bc..d9d512f 100644 --- a/.github/workflows/update-rete-cli.yml +++ b/.github/workflows/update-rete-cli.yml @@ -107,5 +107,5 @@ jobs: - name: Add summary if: steps.check.outputs.result == 'true' run: | - echo "📰 https://github.com/retejs/rete/pull/685" >> $GITHUB_STEP_SUMMARY + echo "📰 ${{ steps.pr.outputs.pull-request-url }}" >> $GITHUB_STEP_SUMMARY