Skip to content

Commit

Permalink
fix inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 49e50a1 commit 642c298
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 642c298

Please sign in to comment.