Skip to content

Commit

Permalink
ci: differentiate branch name for vs code extension updates (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Jul 16, 2024
1 parent 3d401a6 commit 4ea114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
with:
commit-message: "Update ${{ join(fromJson(steps.update-extensions.outputs.updated-dependencies), ', ') }}"
branch: feature/update-vscode-extensions
branch: feature/amp-devcontainer-${{ matrix.flavor }}/update-vscode-extensions
body: |
> [!NOTE]
> Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are no automated tests for the VS Code Extension updates.
Expand Down

0 comments on commit 4ea114c

Please sign in to comment.