Skip to content

Commit

Permalink
Fix indention
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed Sep 12, 2023
1 parent 13d8bae commit 9bc7948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/merge-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ runs:
- name: Check inputs
shell: bash
run: |
[[ "${{ inputs.imagename }}" ]] || { echo "imagename input is empty" ; exit 1; }
[[ "${{ inputs.platform }}" ]] || { echo "platform input is empty" ; exit 1; }
[[ "${{ inputs.registry }}" ]] || { echo "registry input is empty" ; exit 1; }
[[ "${{ inputs.imagename }}" ]] || { echo "imagename input is empty" ; exit 1; }
[[ "${{ inputs.platform }}" ]] || { echo "platform input is empty" ; exit 1; }
[[ "${{ inputs.registry }}" ]] || { echo "registry input is empty" ; exit 1; }
-
name: Docker meta
Expand Down

0 comments on commit 9bc7948

Please sign in to comment.