Skip to content

Commit 4098ff2

Browse files
committed
Fix typo on postsubmit procedure of GH workflow
1 parent eb2651e commit 4098ff2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/deploy-docker-image/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
DATE=$(date -u +'%Y%m%d%H%M')
2727
SHORT_SHA=$(echo ${{ github.sha }} | cut -c1-8)
2828
TAG="git${DATE}-${SHORT_SHA}-${{ inputs.arch }}"
29+
;;
2930
*)
3031
exit 1
3132
;;

.github/workflows/update-cache-and-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ jobs:
182182
DATE=$(date -u +'%Y%m%d%H%M')
183183
SHORT_SHA=$(echo ${{ github.sha }} | cut -c1-8)
184184
TAG="git${DATE}-${SHORT_SHA}"
185+
;;
185186
*)
186187
exit 1
187188
;;

0 commit comments

Comments
 (0)