Skip to content

Commit c6d6487

Browse files
Merge branch 'trial-testing:main' into main
2 parents 7a14a49 + dc68213 commit c6d6487

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auth.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
repository: ${{ github.event.pull_request.head.repo.full_name }}
2727

2828

29-
29+
3030
- name: Get changed JSON files and contents to send to API endpoint
3131
id: prepare_json_files
3232
run: |
@@ -44,6 +44,8 @@ jobs:
4444
fi
4545
done
4646
47+
echo "Changed JSON files with poll in the name: ${filtered_files[@]}"
48+
4749
if [ ${#filtered_files[@]} -eq 0 ]; then
4850
echo "No JSON files with 'poll' in the name changed in this PR."
4951
echo "JSON_PAYLOAD_PATH=empty" >> $GITHUB_ENV

0 commit comments

Comments
 (0)