|
22 | 22 | description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
|
23 | 23 | required: false
|
24 | 24 | type: string
|
25 |
| - default: '20250828' |
| 25 | + default: '20250909' |
26 | 26 | browser-name:
|
27 | 27 | description: 'Browser name to build. E.g: firefox'
|
28 | 28 | required: true
|
|
31 | 31 | browser-versions:
|
32 | 32 | description: 'List browser version to build. E.g: [130, 131]'
|
33 | 33 | required: true
|
34 |
| - default: '[98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141]' |
| 34 | + default: '[98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142]' |
35 | 35 | push-image:
|
36 | 36 | description: 'Push image after testing successfully'
|
37 | 37 | required: true
|
@@ -164,6 +164,7 @@ jobs:
|
164 | 164 | uses: actions/checkout@main
|
165 | 165 | with:
|
166 | 166 | persist-credentials: false
|
| 167 | + ref: browser-node-changelog |
167 | 168 | fetch-depth: 0
|
168 | 169 | - name: Get Grid version
|
169 | 170 | run: |
|
@@ -195,11 +196,11 @@ jobs:
|
195 | 196 | [ci] Upload CHANGELOG for Node/Standalone ${{ env.BROWSER_NAME }} version with Grid ${{ env.GRID_VERSION }}
|
196 | 197 |
|
197 | 198 | 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 }}" |
| 199 | + title: "[ci] CHANGELOG for Node/Standalone browser versions with Grid ${{ env.GRID_VERSION }}" |
| 200 | + body: "This PR contains the CHANGELOG for Node/Standalone with backward browser versions" |
200 | 201 | committer: 'Selenium CI Bot <[email protected]>'
|
201 | 202 | author: 'Selenium CI Bot <[email protected]>'
|
202 |
| - branch: browser-node-${{ env.BROWSER_NAME }}-changelog |
| 203 | + branch: browser-node-changelog |
203 | 204 | - name: Check outputs
|
204 | 205 | if: ${{ steps.cpr.outputs.pull-request-number }}
|
205 | 206 | run: |
|
|
0 commit comments