From cec300fd51184c2c80721e52228db85e2bf86b80 Mon Sep 17 00:00:00 2001 From: eine Date: Mon, 15 Nov 2021 22:48:37 +0100 Subject: [PATCH] composite: map inputs to envvars explicitly (actions/runner#665) --- composite/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composite/action.yml b/composite/action.yml index f33c0e5..255b4f6 100644 --- a/composite/action.yml +++ b/composite/action.yml @@ -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 }}