Skip to content

Commit 5340af6

Browse files
committed
fix: change input parameter type to string
1 parent 072a342 commit 5340af6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/az_acr_push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ on:
55
inputs:
66
test_tag:
77
description: 'Create test tag'
8-
required: false
9-
default: false
10-
type: boolean
8+
default: 'false'
9+
type: string
1110

1211
jobs:
1312
az-acr-push-dev:

0 commit comments

Comments
 (0)