Skip to content

Commit 4c67c8b

Browse files
committed
fix flag in action
1 parent f535871 commit 4c67c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-profile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Ping Profile Repository
1313
run: |
14-
curl -L \
14+
curl -f -i -s -L \
1515
-X POST \
1616
-H "Accept: application/vnd.github+json" \
1717
-H "Authorization: Bearer ${{ secrets.PROFILE_UPDATE_TOKEN }}" \

0 commit comments

Comments
 (0)