We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dc1db commit ed994beCopy full SHA for ed994be
.github/workflows/potential-redirects-or-partials.yml
@@ -57,7 +57,7 @@ jobs:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
run: |
59
# If there are no changed files
60
- if [ -z "$CHANGED_FILES" ] || [ -z "$PARTIAL_FILES" ]; then
+ if [ -z "$CHANGED_FILES" ] && [ -z "$PARTIAL_FILES" ]; then
61
# Fetch the ID of the existing comment, if it exists
62
existing_comment_id=$(curl -s -H "Authorization: Bearer $GITHUB_TOKEN" \
63
-H "Accept: application/vnd.github.v3+json" \
0 commit comments