We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72ff94 commit 5f8af5aCopy full SHA for 5f8af5a
.github/workflows/release-preparation.yml
@@ -5,12 +5,14 @@ on:
5
inputs:
6
grid-version:
7
required: true
8
+ default: '4.37.0'
9
type: string
10
workflow_dispatch:
11
12
13
14
15
16
description: Expected Grid version to update
17
18
jobs:
@@ -43,7 +45,6 @@ jobs:
43
45
EXPECTED_BASE_VERSION=${EXPECTED_BASE_VERSION} make update_release_version
44
46
make update_selenium_version_matrix
47
make update_browser_versions_matrix
- make lint_format_scripts
48
env:
49
EXPECTED_BASE_VERSION: ${{ inputs.grid-version }}
50
- name: Commit & Push changes
0 commit comments