Skip to content

Commit

Permalink
chore: fix workflow inputs print (#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
houssain-barouni authored Jun 25, 2024
1 parent f5c12f1 commit a6983eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test-integration-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,16 @@ jobs:
- name: Print workflow inputs
run: |
echo "Workflow inputs:"
echo "${{ toJSON(inputs) }}"
echo "identifier: ${{ inputs.identifier }}"
echo "camunda-helm-dir: ${{ inputs.camunda-helm-dir }}"
echo "camunda-helm-git-ref: ${{ inputs.camunda-helm-git-ref }}"
echo "caller-git-ref: ${{ inputs.caller-git-ref }}"
echo "deployment-ttl: ${{ inputs.deployment-ttl }}"
echo "platforms: ${{ inputs.platforms }}"
echo "flows: ${{ inputs.flows }}"
echo "test-enabled: ${{ inputs.test-enabled }}"
echo "extra-values: ${{ inputs.extra-values }}"
echo "vault-secret-mapping: ${{ inputs.vault-secret-mapping }}"
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
# This is needed to load repo GH composite actions if the workflow triggered by workflow_call.
Expand Down

0 comments on commit a6983eb

Please sign in to comment.