mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 19:16:57 +08:00
composite: map inputs to envvars explicitly (actions/runner#665)
This commit is contained in:
@@ -28,3 +28,9 @@ runs:
|
|||||||
|
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: ${{ github.action_path }}/../tip.py
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user