File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2525 id : fetch-unprocessed-run-ids
2626 run : |
2727 #WORKFLOW_IDS=$(gh run list --repo $GITHUB_REPOSITORY --limit 100 --json databaseId --jq "[.[] | select(.databaseId > $LAST_PROCESSED_RUN_ID and .displayTitle != \"Fetch and Log Workflow Runs\") | .databaseId] | @json")
28- WORKFLOW_IDS=$(gh run list --repo $GITHUB_REPOSITORY --limit 100 --json databaseId,displayTitle --jq '[.[] | select(.displayTitle != "Fetch and Log Workflow Runs") | .databaseId] | @json'
28+ WORKFLOW_IDS=$(gh run list --repo $GITHUB_REPOSITORY --limit 100 --json databaseId,displayTitle --jq '[.[] | select(.databaseId > $LAST_PROCESSED_RUN_ID and . displayTitle != \ "Fetch and Log Workflow Runs\ ") | .databaseId] | @json'
2929 LAST_RUN_ID=$(echo $WORKFLOW_IDS | jq '.[-1]') # Store the highest run ID
3030
3131 echo $WORKFLOW_IDS
You can’t perform that action at this time.
0 commit comments