Skip to content

Commit

Permalink
fix bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Mar 3, 2025
1 parent fb2b964 commit de11afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/garnix-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
-H "Authorization: Bearer ${{ inputs.github_token }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/gvolpe/nix-config/commits/${{ github.head_ref }}/check-runs | \
jq -r '.check_runs | .[] | select (.name | contains("Evaluate flake.nix")) | .check_suite.id')
jq -r '.check_runs | .[] | select (.name | contains("Evaluate flake.nix")) | .check_suite.id'
STATUS=$(curl -L \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit de11afa

Please sign in to comment.