Skip to content

Commit 8132ded

Browse files
committed
ci: don't add files to the workspace
1 parent a32cad4 commit 8132ded

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "> Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are limited automated tests for the VS Code Extension updates."
8080
echo ""
8181
cat "$MARKDOWN_SUMMARY_FILE"
82-
} >> pull-request-body.md
82+
} >> "${RUNNER_TEMP}/pull-request-body.md"
8383
env:
8484
MARKDOWN_SUMMARY_FILE: ${{ steps.update-extensions.outputs.markdown-summary-file }}
8585
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
commit-message: "Update ${{ join(fromJson(steps.update-extensions.outputs.updated-dependencies), ', ') }} in ${{ matrix.file }}"
9595
branch: feature/amp-devcontainer-${{ matrix.flavor }}/update-vscode-extensions-${{ matrix.file }}
96-
body-path: pull-request-body.md
96+
body-path: "${RUNNER_TEMP}/pull-request-body.md"
9797
title: "chore(deps, ${{ matrix.flavor }}): update ${{ join(fromJson(steps.update-extensions.outputs.updated-dependencies), ', ') }} in ${{ matrix.file }}"
9898
labels: dependencies,vscode-extensions
9999
token: ${{ steps.token.outputs.token }}

0 commit comments

Comments
 (0)