Skip to content

Commit bb8168a

Browse files
committed
ci: Use ${{ }} for input
1 parent 6b31ca2 commit bb8168a

25 files changed

Lines changed: 25 additions & 25 deletions

.github/workflows/build_airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
4747
registry-namespace: sdp
4848
# Default to true if not set/empty (if not triggered by workflow_dispatch)
49-
publish: inputs.publish || true
49+
publish: ${{ inputs.publish || true }}

.github/workflows/build_druid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
4949
registry-namespace: sdp
5050
# Default to true if not set/empty (if not triggered by workflow_dispatch)
51-
publish: inputs.publish || true
51+
publish: ${{ inputs.publish || true }}

.github/workflows/build_hadoop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
4949
registry-namespace: sdp
5050
# Default to true if not set/empty (if not triggered by workflow_dispatch)
51-
publish: inputs.publish || true
51+
publish: ${{ inputs.publish || true }}

.github/workflows/build_hbase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
5050
registry-namespace: sdp
5151
# Default to true if not set/empty (if not triggered by workflow_dispatch)
52-
publish: inputs.publish || true
52+
publish: ${{ inputs.publish || true }}

.github/workflows/build_hive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
5050
registry-namespace: sdp
5151
# Default to true if not set/empty (if not triggered by workflow_dispatch)
52-
publish: inputs.publish || true
52+
publish: ${{ inputs.publish || true }}
5353
runners: ubicloud

.github/workflows/build_java-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
4545
registry-namespace: sdp
4646
# Default to true if not set/empty (if not triggered by workflow_dispatch)
47-
publish: inputs.publish || true
47+
publish: ${{ inputs.publish || true }}

.github/workflows/build_java-devel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
4545
registry-namespace: sdp
4646
# Default to true if not set/empty (if not triggered by workflow_dispatch)
47-
publish: inputs.publish || true
47+
publish: ${{ inputs.publish || true }}

.github/workflows/build_kafka-testing-tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
4949
registry-namespace: sdp
5050
# Default to true if not set/empty (if not triggered by workflow_dispatch)
51-
publish: inputs.publish || true
51+
publish: ${{ inputs.publish || true }}

.github/workflows/build_kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
5050
registry-namespace: sdp
5151
# Default to true if not set/empty (if not triggered by workflow_dispatch)
52-
publish: inputs.publish || true
52+
publish: ${{ inputs.publish || true }}

.github/workflows/build_krb5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
4545
registry-namespace: sdp
4646
# Default to true if not set/empty (if not triggered by workflow_dispatch)
47-
publish: inputs.publish || true
47+
publish: ${{ inputs.publish || true }}

0 commit comments

Comments
 (0)