Skip to content

Commit 6dfbbf6

Browse files
fixing output showing
1 parent 8c97b3f commit 6dfbbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: PR Validation via OIDC !!!!!!!!!!!!!!!!!!!!!
2+
name: PR Validation for Polling file
33

44
on:
55
pull_request_target:
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
done
4646
47-
echo "Changed JSON files within the scope of this workflow (Poller files): ${filtered_files[@]}"
47+
echo "Changed JSON files within the scope of this workflow (Polling files): ${filtered_files[@]}"
4848
4949
if [ ${#filtered_files[@]} -eq 0 ]; then
5050
echo "No JSON files with 'poll' in the name changed in this PR."

0 commit comments

Comments
 (0)