We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f75b45 commit 8ed5954Copy full SHA for 8ed5954
.github/workflows/update-vscode.yml
@@ -64,10 +64,10 @@ jobs:
64
if: steps.vscode_changed.outputs.value == 'true'
65
uses: streetsidesoftware/actions/.github/actions/pr@v1
66
with:
67
- commit-message: 'fix: Update VSCode to (${{ env.VSCODE_VERSION }})'
+ commit-message: 'feat: Update VSCode to (${{ env.VSCODE_VERSION }})'
68
branch: ${{ env.NEW_BRANCH }}
69
base: ${{ env.REF_BRANCH }}
70
- title: 'fix: Update VSCode to (${{ env.VSCODE_VERSION }}) (${{ env.REF_BRANCH }})'
+ title: 'feat: Update VSCode to (${{ env.VSCODE_VERSION }}) (${{ env.REF_BRANCH }})'
71
body: ${{ steps.gen_body.outputs.value }}
72
app_id: ${{ secrets.AUTOMATION_APP_ID }}
73
app_private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}
0 commit comments