Skip to content

Commit 7cf38b9

Browse files
Refactor curl command in workflow file
Fix curl command by removing redundant line.
1 parent 8560731 commit 7cf38b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-private-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Inspect the token accepted permissions header on a repo-scoped request
2424
run: |
25-
curl -sS \
25+
curl -i \
2626
-H "Authorization: Bearer ${{ steps.app-token.outputs.token }}" \
2727
-H "Accept: application/vnd.github+json" \
2828
https://api.github.com/repos/IgniteUI/igniteui-actions

0 commit comments

Comments
 (0)