Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 26, 2024
1 parent fc89b8d commit b464bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
env:
INPUT_USERNAME: ${{ inputs.username }}
INPUT_PASSWORD: ${{ inputs.password }}
INPUT_DOCKER_IMG: $${ inputs.docker_img }}
INPUT_DOCKER_IMG: ${{ inputs.docker_img }}
INPUT_ENVIRONMENT: ${{ inputs.environment }}
INPUT_APP: ${{ inputs.app }}
INPUT_CONFIG_VARIABLES: ${{ inputs.config_variables }}
Expand Down

0 comments on commit b464bc4

Please sign in to comment.