Skip to content

Commit 3084abf

Browse files
committed
updated messages
1 parent 9f23cdb commit 3084abf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-merged-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
3737
NON_WORKFLOW_CHANGES=$(echo "$CHANGED_FILES" | jq --argjson exclude "$EXCLUDE_FILTER" '[.[] | select(. as $f | $exclude | any(. as $p | $f | startswith($p)) | not)] | length')
3838
if [ "$NON_WORKFLOW_CHANGES" -gt 0 ]; then
39-
echo "PR contains changes outside filter paths — proceeding."
39+
echo "PR contains changes outside filtered paths — proceeding."
4040
echo "should_sync=true" >> $GITHUB_OUTPUT
4141
else
42-
echo "All changes are under filter paths — skipping workflow."
42+
echo "All changes are under filtered paths — skipping workflow."
4343
echo "should_sync=false" >> $GITHUB_OUTPUT
4444
fi
4545

0 commit comments

Comments
 (0)