From 642c2984c9b2accecc606fc33d410603d41f183e Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Wed, 16 Aug 2023 19:34:51 -0500 Subject: [PATCH] fix inputs --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4ef3f66..d91bcb0 100644 --- a/action.yml +++ b/action.yml @@ -21,9 +21,8 @@ runs: run: '"$GITHUB_ACTION_PATH/mainw"' shell: bash env: - INPUT_GITHUB_SERVER_URL: ${{ inputs.github-server-url }} INPUT_PATH: ${{ inputs.path }} INPUT_FILES: ${{ inputs.files }} - INPUT_REPOSITORY: ${{ inputs.repository }} + INPUT_SOURCE: ${{ inputs.source }} INPUT_IMAGE: ${{ inputs.image }} INPUT_LATEST: ${{ inputs.latest }}