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 0f4397b commit ddf2decCopy full SHA for ddf2dec
.github/workflows/auto-update.yml
@@ -27,6 +27,11 @@ jobs:
27
- name: Note Chromium versions
28
id: chromium-versions
29
run: |
30
+ echo "CHANNEL=stable" >> $GITHUB_OUTPUT
31
+ echo "MAJOR_VERSION=114" >> $GITHUB_OUTPUT
32
+ echo "POSITION=1135561" >> $GITHUB_OUTPUT
33
+ exit 0
34
+ # This way of getting Chromium version is not working anymore. https://chromedriver.chromium.org/downloads
35
WHOLE_JSON=$(curl https://omahaproxy.appspot.com/all.json)
36
JSON=$(echo $WHOLE_JSON | jq -r '.[] | select(.os=="linux") | .versions[] | select(.channel=="stable")')
37
CHANNEL="stable"
0 commit comments