diff --git a/action.yaml b/action.yaml index c6551bc..a59dc04 100644 --- a/action.yaml +++ b/action.yaml @@ -36,5 +36,5 @@ runs: - --environments=${{ inputs.environments }} - --verbose=${{ inputs.verbose }} - --target-repository=${{ inputs.target-repository }} - - --target-repository-file="${{ inputs.target-repository-file }} + - --target-repository-file=${{ inputs.target-repository-file }} - --github-token=${{ inputs.github-token }}