Skip to content

Commit 7ce804a

Browse files
committed
fix: modify syntax error
1 parent 874dff8 commit 7ce804a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ runs:
194194
file: ${{ inputs.dockerfile }}
195195
labels: ${{ steps.meta.outputs.labels }}
196196
platforms: ${{ inputs.platforms }}
197-
pull: ${ inputs.pull }}
197+
pull: ${{ inputs.pull }}
198198
push: ${{ inputs.push }}
199199
tags: |
200200
${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)