Skip to content

Commit

Permalink
add pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jan 23, 2025
1 parent a9b1b59 commit 2ed2972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nixos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/gvolpe/nix-config/check-suites/33419075802/check-runs \
https://api.github.com/repos/gvolpe/nix-config/check-suites/33419075802/check-runs | \
jq -r '.check_runs | .[] | select (.output.text | contains("monthly CI quota")) | select (.status == "completed") | .conclusion'
#- name: "DEBUG"
Expand Down

0 comments on commit 2ed2972

Please sign in to comment.