Skip to content

Commit 31b4a67

Browse files
committed
[ci] Update workflows runner
[skip ci] Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent be197fb commit 31b4a67

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-edge-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ jobs:
195195
[ci] Upload CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} version with Grid ${{ env.GRID_VERSION }}
196196
197197
Browser versions: ${{ github.event.inputs.browser-versions }}
198-
title: "[ci] CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} browser versions with Grid ${{ env.GRID_VERSION }}"
199-
body: "This PR contains the CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} with specific browser versions: ${{ github.event.inputs.browser-versions }}"
198+
title: "[ci] CHANGELOG for Node/Standalone browser versions with Grid ${{ env.GRID_VERSION }}"
199+
body: "This PR contains the CHANGELOG for Node/Standalone with backward browser versions"
200200
committer: 'Selenium CI Bot <selenium-ci@users.noreply.github.com>'
201201
author: 'Selenium CI Bot <selenium-ci@users.noreply.github.com>'
202-
branch: browser-node-${{ env.BROWSER_NAME }}-changelog
202+
branch: browser-node-changelog
203203
- name: Check outputs
204204
if: ${{ steps.cpr.outputs.pull-request-number }}
205205
run: |

.github/workflows/release-firefox-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ jobs:
195195
[ci] Upload CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} version with Grid ${{ env.GRID_VERSION }}
196196
197197
Browser versions: ${{ github.event.inputs.browser-versions }}
198-
title: "[ci] CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} browser versions with Grid ${{ env.GRID_VERSION }}"
199-
body: "This PR contains the CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} with specific browser versions: ${{ github.event.inputs.browser-versions }}"
198+
title: "[ci] CHANGELOG for Node/Standalone browser versions with Grid ${{ env.GRID_VERSION }}"
199+
body: "This PR contains the CHANGELOG for Node/Standalone with backward browser versions"
200200
committer: 'Selenium CI Bot <selenium-ci@users.noreply.github.com>'
201201
author: 'Selenium CI Bot <selenium-ci@users.noreply.github.com>'
202-
branch: browser-node-${{ env.BROWSER_NAME }}-changelog
202+
branch: browser-node-changelog
203203
- name: Check outputs
204204
if: ${{ steps.cpr.outputs.pull-request-number }}
205205
run: |

0 commit comments

Comments
 (0)