Skip to content

Commit 3a67c6e

Browse files
Copilotpelikhan
andcommitted
Fix deprecated bash syntax in workflows directory
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 9cee550 commit 3a67c6e

9 files changed

Lines changed: 10 additions & 10 deletions

workflows/daily-backlog-burner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tools:
3232
web-fetch:
3333
github:
3434
toolsets: [all]
35-
bash:
35+
bash: true
3636

3737
---
3838

workflows/daily-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ safe-outputs:
2525
tools:
2626
github:
2727
toolsets: [all]
28-
bash:
28+
bash: true
2929

3030
timeout-minutes: 15
3131

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tools:
3333
web-fetch:
3434
github:
3535
toolsets: [all]
36-
bash:
36+
bash: true
3737

3838
steps:
3939
- name: Checkout repository

workflows/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tools:
3131
github:
3232
toolsets: [all]
3333
web-fetch:
34-
bash:
34+
bash: true
3535

3636
---
3737

workflows/daily-qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tools:
3131
github:
3232
toolsets: [all]
3333
web-fetch:
34-
bash:
34+
bash: true
3535

3636
---
3737

workflows/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ safe-outputs:
3131

3232
tools:
3333
web-fetch:
34-
bash:
34+
bash: true
3535
github:
3636
toolsets: [all]
3737

workflows/pr-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ safe-outputs:
2525

2626
tools:
2727
web-fetch:
28-
bash:
28+
bash: true
2929

3030
timeout-minutes: 20
3131

workflows/q.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ safe-outputs:
3131

3232
tools:
3333
agentic-workflows:
34-
bash:
34+
bash: true
3535
edit:
3636

3737
timeout-minutes: 15
@@ -165,7 +165,7 @@ If logs show missing tool reports:
165165
Example:
166166
```yaml
167167
tools:
168-
bash:
168+
bash: true
169169
edit:
170170
```
171171

workflows/repo-ask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ safe-outputs:
2222

2323
tools:
2424
web-fetch:
25-
bash:
25+
bash: true
2626

2727
timeout-minutes: 20
2828

0 commit comments

Comments
 (0)