Skip to content

Commit ac3491b

Browse files
authored
Fix empty RUN_COUNT causing invalid jq expression in agent-deep-dive workflow (#1289)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent a8d9b51 commit ac3491b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/agent-deep-dive.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agent-deep-dive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ steps:
7171
run: |
7272
set -euo pipefail
7373
mkdir -p /tmp/gh-aw/deep-dive
74+
RUN_COUNT="${RUN_COUNT:-20}"
7475
7576
# If no target workflow is specified, pick one automatically by rotating
7677
# through agentic workflows based on the current day-of-week

0 commit comments

Comments
 (0)