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 9cbf328 commit e4f151eCopy full SHA for e4f151e
.github/workflows/update-dev-beta-browser-images.yml
@@ -26,7 +26,9 @@ jobs:
26
- name: Setup environment variables
27
run: |
28
export SELENIUM_VERSION=$(grep BASE_VERSION Makefile | sed 's/.*,\([^)]*\))/\1/p' | head -n 1)
29
+ export BINDING_VERSION=$(grep BINDING_VERSION Makefile | sed 's/.*,\([^)]*\))/\1/p' | head -n 1)
30
echo "SELENIUM_VERSION="$SELENIUM_VERSION >> $GITHUB_ENV
31
+ echo "BINDING_VERSION="$BINDING_VERSION >> $GITHUB_ENV
32
export BUILD_DATE=$(date '+%Y%m%d')
33
echo "BUILD_DATE="$BUILD_DATE >> $GITHUB_ENV
34
export BROWSER_CAPS=`node -p "process.argv[1][0].toUpperCase() + process.argv[1].toString().substring(1)" $BROWSER`
0 commit comments