Skip to content

Commit

Permalink
map(select(...)) doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jul 6, 2022
1 parent 0596c72 commit 7188f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: ./.github/actions/setup
- name: 'Download reference report'
run: |
RUN_ID=`gh run list --repo ${{ github.repository }} --branch ${{ github.base_ref }} --workflow ${{ github.workflow }} --json conclusion,databaseId --jq 'map(select(.conclusion == "success"))[0].databaseId'
RUN_ID=`gh run list --repo ${{ github.repository }} --branch ${{ github.base_ref }} --workflow ${{ github.workflow }} --json databaseId --jq '.[0].databaseId'
gh run download ${RUN_ID} --repo ${{ github.repository }} -n gasreport
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7188f56

Please sign in to comment.