Skip to content

Commit

Permalink
script: latest_ci: get only latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
e2dk4r committed Apr 13, 2024
1 parent 36b9fcb commit cd91e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/latest_ci
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-repository
runs=https://api.github.com/repos/e2dk4r/gamepad_idle_inhibit/actions/runs
runs=https://api.github.com/repos/e2dk4r/gamepad_idle_inhibit/actions/runs?per_page=1
props=$(cat <<END
id
name
Expand Down

0 comments on commit cd91e0e

Please sign in to comment.