Merge pull request 'fix: quote run-name (bare # was a YAML comment)' (#45) from fix/run-name-quoting into main
This commit was merged in pull request #45.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: ai-agent
|
name: ai-agent
|
||||||
run-name: ai-agent · #${{ github.event.issue.number }}
|
run-name: "ai-agent · #${{ github.event.issue.number }}" # quotes required: bare # starts a YAML comment
|
||||||
# Standard caller for the shared AI-agent workflow (ffaerber/agents). Copy this file VERBATIM into
|
# Standard caller for the shared AI-agent workflow (ffaerber/agents). Copy this file VERBATIM into
|
||||||
# any repo that should get the agents — it is identical in every repo. All logic + scripts live in
|
# any repo that should get the agents — it is identical in every repo. All logic + scripts live in
|
||||||
# agents/.gitea/workflows/; scripts are fetched from @main at run time. The `jobs.agent` wrapper is
|
# agents/.gitea/workflows/; scripts are fetched from @main at run time. The `jobs.agent` wrapper is
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ it is the source of truth, and `agents` itself uses the same file:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: ai-agent
|
name: ai-agent
|
||||||
run-name: ai-agent · #${{ github.event.issue.number }}
|
run-name: "ai-agent · #${{ github.event.issue.number }}" # quotes required: bare # starts a YAML comment
|
||||||
# Standard caller for the shared AI-agent workflow (ffaerber/agents). Copy this file VERBATIM into
|
# Standard caller for the shared AI-agent workflow (ffaerber/agents). Copy this file VERBATIM into
|
||||||
# any repo that should get the agents — it is identical in every repo. All logic + scripts live in
|
# any repo that should get the agents — it is identical in every repo. All logic + scripts live in
|
||||||
# agents/.gitea/workflows/; scripts are fetched from @main at run time. The `jobs.agent` wrapper is
|
# agents/.gitea/workflows/; scripts are fetched from @main at run time. The `jobs.agent` wrapper is
|
||||||
|
|||||||
Reference in New Issue
Block a user