We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e50a1 commit 642c298Copy full SHA for 642c298
action.yml
@@ -21,9 +21,8 @@ runs:
21
run: '"$GITHUB_ACTION_PATH/mainw"'
22
shell: bash
23
env:
24
- INPUT_GITHUB_SERVER_URL: ${{ inputs.github-server-url }}
25
INPUT_PATH: ${{ inputs.path }}
26
INPUT_FILES: ${{ inputs.files }}
27
- INPUT_REPOSITORY: ${{ inputs.repository }}
+ INPUT_SOURCE: ${{ inputs.source }}
28
INPUT_IMAGE: ${{ inputs.image }}
29
INPUT_LATEST: ${{ inputs.latest }}
0 commit comments