Skip to content

Commit 2bc604b

Browse files
Fix syntax error
1 parent 0d569df commit 2bc604b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runs:
109109
host: ${{ inputs.ssh-host }}
110110
username: ${{ inputs.ssh-username }}
111111
key: ${{ inputs.ssh-key }}
112-
debug: : ${{ inputs.debug }}
112+
debug: ${{ inputs.debug }}
113113
script_stop: true
114114
script: |
115115
sudo docker login --username AWS -p $(aws ecr get-login-password --region ${{ inputs.aws-region }}) ${{ steps.login-ecr.outputs.registry }}
@@ -138,7 +138,7 @@ runs:
138138
host: ${{ inputs.ssh-host }}
139139
username: ${{ inputs.ssh-username }}
140140
key: ${{ inputs.ssh-key }}
141-
debug: : ${{ inputs.debug }}
141+
debug: ${{ inputs.debug }}
142142
script_stop: true
143143
script: |
144144
sudo docker login --username AWS -p $(aws ecr get-login-password --region ${{ inputs.aws-region }}) ${{ steps.login-ecr.outputs.registry }}
@@ -155,7 +155,7 @@ runs:
155155
host: ${{ inputs.ssh-host }}
156156
username: ${{ inputs.ssh-username }}
157157
key: ${{ inputs.ssh-key }}
158-
debug: : ${{ inputs.debug }}
158+
debug: ${{ inputs.debug }}
159159
script_stop: true
160160
script: |
161161
sudo -S docker container prune -f

0 commit comments

Comments
 (0)