Skip to content

Commit 31c4178

Browse files
felladrinroboquat
authored andcommitted
Update jetbrains-update-plugin-platform-template.yml
1 parent 33b1603 commit 31c4178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jetbrains-update-plugin-platform-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
_This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-update-plugin-platform-template.yml) template._
9090
commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}"
91-
branch: "jetbrains/${{ inputs.pluginId }}-platform-${{ steps.latest-version.outputs.result }}"
91+
branch: "jetbrains/${{ inputs.pluginId }}-platform"
9292
labels: "team: IDE"
9393
team-reviewers: "engineering-ide"
9494
- name: Create Pull Request for Backend Plugin
@@ -102,7 +102,7 @@ jobs:
102102
103103
## How to test
104104
1. Open the preview environment generated for this branch
105-
2. Choose the stable version of IntelliJ IDEA as your preferred editor
105+
2. Choose the _Latest Release (Unstable)_ version of IntelliJ IDEA as your preferred editor
106106
3. Start a workspace using this repository: https://github.com/gitpod-io/spring-petclinic
107107
4. Verify that the workspace starts successfully
108108
5. Verify that the IDE opens successfully
@@ -117,7 +117,7 @@ jobs:
117117
118118
_This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-update-plugin-platform-template.yml) template._
119119
commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}"
120-
branch: "jetbrains/${{ inputs.pluginId }}-platform-${{ steps.latest-version.outputs.result }}"
120+
branch: "jetbrains/${{ inputs.pluginId }}-platform"
121121
labels: "team: IDE"
122122
team-reviewers: "engineering-ide"
123123
- name: Slack Notification

0 commit comments

Comments
 (0)