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 }}