1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 14:13:22 +00:00

Ran the new linter over the web project and found some errors (#1197)

This commit is contained in:
Joseph Flinn
2021-09-24 09:28:37 -07:00
committed by GitHub
parent f8b0c2ffe4
commit 1df2225a52
3 changed files with 6 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ jobs:
id: image_tag
run: |
IMAGE_TAG=$(echo "$GITHUB_REF" | awk '{split($0, a, "/"); print a[3];}')
TAG_EXTENSION=${{ github.events.inputs.image_extension }}
TAG_EXTENSION=${{ github.event.inputs.image_extension }}
if [[ $TAG_EXTENSION ]]; then
IMAGE_TAG=$IMAGE_TAG-$TAG_EXTENSION