Skip to content

Commit d8c4ff9

Browse files
Merge branch 'main' into chrispickett/oss-7746-fix-auth-bypass-via-endswith-health-check-path-exemption
2 parents 93d424a + eb81ee5 commit d8c4ff9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/agents-md-update.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
run: |
7373
PROMPT='You are updating AGENTS.md files in the Prefect repository after a merge to main.
7474
75-
Read the skill file at .claude/skills/agents-md-sync/SKILL.md and follow its workflow exactly.
75+
Read the skill file at .claude/skills/agents-md-sync/SKILL.md and follow its workflow exactly.
7676
77-
The diff from the latest push is saved at /tmp/diff.patch — read that file.
78-
Apply any needed AGENTS.md updates directly. If none are needed, do nothing.'
77+
The diff from the latest push is saved at /tmp/diff.patch — read that file.
78+
Apply any needed AGENTS.md updates directly. If none are needed, do nothing.'
7979
8080
npx -y @anthropic-ai/claude-code --print \
8181
--dangerously-skip-permissions \
@@ -115,15 +115,15 @@ Apply any needed AGENTS.md updates directly. If none are needed, do nothing.'
115115
116116
PR_BODY="Automated AGENTS.md update triggered by commit ${GITHUB_SHA}.
117117
118-
This PR was generated by Claude Code analyzing the diff from the latest push to main and updating any stale AGENTS.md files.
118+
This PR was generated by Claude Code analyzing the diff from the latest push to main and updating any stale AGENTS.md files.
119119
120-
<details>
121-
<summary>Changed files in triggering push</summary>
120+
<details>
121+
<summary>Changed files in triggering push</summary>
122122
123-
\`\`\`
124-
${CHANGED_FILES}
125-
\`\`\`
126-
</details>"
123+
\`\`\`
124+
${CHANGED_FILES}
125+
\`\`\`
126+
</details>"
127127
128128
gh pr create \
129129
--title "Update AGENTS.md files for ${SHORT_SHA}" \

0 commit comments

Comments
 (0)