Skip to content

Commit ddf2dec

Browse files
committed
ci: 🤖 stop updating chromium and chromedriver
1 parent 0f4397b commit ddf2dec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Note Chromium versions
2828
id: chromium-versions
2929
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
3035
WHOLE_JSON=$(curl https://omahaproxy.appspot.com/all.json)
3136
JSON=$(echo $WHOLE_JSON | jq -r '.[] | select(.os=="linux") | .versions[] | select(.channel=="stable")')
3237
CHANNEL="stable"

0 commit comments

Comments
 (0)