Skip to content

Commit 642c298

Browse files
authored
fix inputs
1 parent 49e50a1 commit 642c298

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ runs:
2121
run: '"$GITHUB_ACTION_PATH/mainw"'
2222
shell: bash
2323
env:
24-
INPUT_GITHUB_SERVER_URL: ${{ inputs.github-server-url }}
2524
INPUT_PATH: ${{ inputs.path }}
2625
INPUT_FILES: ${{ inputs.files }}
27-
INPUT_REPOSITORY: ${{ inputs.repository }}
26+
INPUT_SOURCE: ${{ inputs.source }}
2827
INPUT_IMAGE: ${{ inputs.image }}
2928
INPUT_LATEST: ${{ inputs.latest }}

0 commit comments

Comments
 (0)