Skip to content

Commit

Permalink
Remove comment if no URLs are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbayburt committed Nov 21, 2023
1 parent f61daac commit f59533c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-update-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Comment on the pull request
if: env.IMAGE_LIST
uses: actions-cool/maintain-one-comment@v3
with:
delete: !env.IMAGE_LIST
body: |
This pull request updates the URLs of the following images:
${{ env.IMAGE_LIST }}
Expand Down

0 comments on commit f59533c

Please sign in to comment.