From 321a303f9222076c8b37f265abc4a8c076f18512 Mon Sep 17 00:00:00 2001 From: Nick Graham Date: Wed, 22 May 2024 16:22:13 +0100 Subject: [PATCH] Add args to action metadata for inputs --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yaml b/action.yaml index 051699f..ad616a5 100644 --- a/action.yaml +++ b/action.yaml @@ -28,3 +28,7 @@ outputs: runs: using: 'docker' image: 'Dockerfile' + args: + - ${{ inputs.token }} + - ${{ inputs.repository }} + - ${{ inputs.type }}