composite: map inputs to envvars explicitly (actions/runner#665)

This commit is contained in:
eine
2021-11-15 22:48:37 +01:00
parent 0ae50caafe
commit cec300fd51

View File

@@ -28,3 +28,9 @@ runs:
- shell: bash
run: ${{ github.action_path }}/../tip.py
env:
INPUT_TOKEN: ${{ inputs.token }}
INPUT_FILES: ${{ inputs.files }}
INPUT_TAG: ${{ inputs.tag }}
INPUT_RM: ${{ inputs.rm }}
INPUT_SNAPSHOTS: ${{ inputs.snapshots }}