We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6c7e1 commit 4ced57bCopy full SHA for 4ced57b
1 file changed
action.yml
@@ -66,6 +66,9 @@ outputs:
66
runs:
67
using: "composite"
68
steps:
69
+ - name: Debug inputs
70
+ run: echo ${{ inputs.platforms }}
71
+ shell: bash
72
- name: Get build info
73
run: |
74
echo "DATE=$(date -u +%F)" >> $GITHUB_ENV
@@ -117,7 +120,7 @@ runs:
117
120
push: ${{ inputs.push }}
118
121
tags: ${{ steps.meta.outputs.tags }}
119
122
labels: ${{ steps.meta.outputs.labels }}
- platforms: ${{inputs.platforms}}
123
+ platforms: ${{ inputs.platforms }}
124
secrets: |
125
"pipconf=[global]
126
extra-index-url = ${{ inputs.pip-extra-index-url }}"
0 commit comments