Skip to content

Commit da4cc8d

Browse files
committed
Fix GITHUB_STEP_SUMMARY environment variable assignment and ensure proper artifact path formatting
1 parent de0e3cc commit da4cc8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/copilot/action.yml

Lines changed: 2 additions & 2 deletions
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
}'
@@ -59,6 +59,6 @@ runs:
5959
path: |
6060
~/.copilot/logs/
6161
~/.copilot/trajectory.md
62-
/home/runner/.config
62+
/home/runner/.config/
6363
# - uses: mxschmitt/action-tmate@v3
6464

0 commit comments

Comments
 (0)