Skip to content

Commit

Permalink
Fix indentation in ee-nlc-tag-push.yml (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldziedziul authored Aug 29, 2023
1 parent 6f75d8f commit d143b7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ee-nlc-tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- "!*"
tags:
- "v5.*"
workflow_dispatch:
inputs:
HZ_VERSION:
description: 'Version of Hazelcast to build the image for, e.g. 5.3.2, 5.1.1, 5.0.1'
required: true
workflow_dispatch:
inputs:
HZ_VERSION:
description: 'Version of Hazelcast to build the image for, e.g. 5.3.2, 5.1.1, 5.0.1'
required: true

env:
test_container_name_ee: hazelcast-ee-test
Expand Down

0 comments on commit d143b7e

Please sign in to comment.