diff --git a/.github/workflows/update_links.yml b/.github/workflows/update_links.yml index 89eee65..002b7d3 100644 --- a/.github/workflows/update_links.yml +++ b/.github/workflows/update_links.yml @@ -58,9 +58,9 @@ jobs: env: STATUS: ${{ steps.create_pr.outputs.pull-request-operation }} run: | - if [[ "$STATUS" == "" ]]; then + if [[ "$STATUS" == "none" ]]; then echo "PR #${{ steps.create_pr.outputs.pull-request-number }} unchanged!" >> $GITHUB_STEP_SUMMARY else echo "PR #${{ steps.create_pr.outputs.pull-request-number }} $STATUS!" >> $GITHUB_STEP_SUMMARY fi - echo "URL: ${{ steps.create_pr.outputs.pull-request-url }}" >> $GITHUB_STEP_SUMMARY \ No newline at end of file + echo "URL: ${{ steps.create_pr.outputs.pull-request-url }}" >> $GITHUB_STEP_SUMMARY