Skip to content

Commit 6286b6e

Browse files
committed
chore: update compiled workflows via e2e.sh
1 parent 6b761ed commit 6286b6e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test-claude-safe-jobs.lock.yml

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

.github/workflows/test-claude-safe-jobs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ safe-outputs:
1818
type: string
1919
steps:
2020
- name: print message
21+
env:
22+
MESSAGE: "${{ inputs.message }}"
2123
run: |
22-
MESSAGE=$(cat "$GITHUB_AW_AGENT_OUTPUT" | jq -r '.items[] | select(.type == "print") | .message')
2324
if [ -z "$MESSAGE" ]; then
2425
echo "Error: message is empty"
2526
exit 1

0 commit comments

Comments
 (0)