Skip to content

Commit

Permalink
Merge pull request #81 from pi-hole/fix/indention
Browse files Browse the repository at this point in the history
Fix indention in merge-and-push action
  • Loading branch information
DL6ER committed Sep 30, 2023
2 parents 8fa4d4d + 0b893f3 commit b671edc
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 b671edc

Please sign in to comment.