Skip to content

Commit 4ced57b

Browse files
committed
chore: test run and print inputs
1 parent 4c6c7e1 commit 4ced57b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ outputs:
6666
runs:
6767
using: "composite"
6868
steps:
69+
- name: Debug inputs
70+
run: echo ${{ inputs.platforms }}
71+
shell: bash
6972
- name: Get build info
7073
run: |
7174
echo "DATE=$(date -u +%F)" >> $GITHUB_ENV
@@ -117,7 +120,7 @@ runs:
117120
push: ${{ inputs.push }}
118121
tags: ${{ steps.meta.outputs.tags }}
119122
labels: ${{ steps.meta.outputs.labels }}
120-
platforms: ${{inputs.platforms}}
123+
platforms: ${{ inputs.platforms }}
121124
secrets: |
122125
"pipconf=[global]
123126
extra-index-url = ${{ inputs.pip-extra-index-url }}"

0 commit comments

Comments
 (0)