Skip to content

Commit 04a364d

Browse files
committed
Fix GITHUB_STEP_SUMMARY environment variable reference in action.yml
1 parent 425184f commit 04a364d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/copilot/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
"args": ["-y", "actions-toolkit-mcp"],
3636
"tools": ["*"],
3737
"env": {
38-
"GITHUB_STEP_SUMMARY": "${{ github.step_summary }}"
38+
"GITHUB_STEP_SUMMARY": "${GITHUB_STEP_SUMMARY}"
3939
}
4040
}
4141
}'

0 commit comments

Comments
 (0)