mirror of
https://github.com/bitwarden/browser
synced 2026-01-19 17:03:33 +00:00
update ::set-output to latest (#4177)
* update ::set-output to latest * update workflow for linter error
This commit is contained in:
4
.github/workflows/build-web.yml
vendored
4
.github/workflows/build-web.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
- name: Get GitHub sha as version
|
||||
id: version
|
||||
run: echo "::set-output name=value::${GITHUB_SHA:0:7}"
|
||||
run: echo "value=${GITHUB_SHA:0:7}" >> $GITHUB_OUTPUT
|
||||
|
||||
build-artifacts:
|
||||
name: Build artifacts
|
||||
@@ -303,7 +303,7 @@ jobs:
|
||||
IMAGE_TAG=$IMAGE_TAG-$TAG_EXTENSION
|
||||
fi
|
||||
|
||||
echo "::set-output name=value::$IMAGE_TAG"
|
||||
echo "value=$IMAGE_TAG" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Tag image
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user