Skip to content

Commit 6a7a213

Browse files
committed
fix curl command output
1 parent 765260f commit 6a7a213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
repositories: backup-utils,backup-utils-private
3535
- name: Print app permissions
3636
run: |
37-
curl -H "Authorization: Bearer ${{ steps.app-token.outputs.token }}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/app/installations | jq '.[] | {permissions: .permissions, target_type: .target_type, repository_selection: .repository_selection}'
37+
curl -H "Authorization: Bearer ${{ steps.app-token.outputs.token }}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/app/installations | jq '.installations[] | {permissions: .permissions, target_type: .target_type, repository_selection: .repository_selection}'
3838
# - name: Checkout backup-utils-private
3939
# uses: actions/checkout@v4
4040
# with:

0 commit comments

Comments
 (0)