Skip to content

Commit

Permalink
remove "s
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVanMourik committed Jan 12, 2024
1 parent cd57081 commit d72f2f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
using: "docker"
image: "Dockerfile"
env:
KEYCLOAK_URL: ${{ inputs.keycloak-url }}"
KEYCLOAK_USER: ${{ inputs.keycloak-user }}"
KEYCLOAK_PASSWORD: ${{ inputs.keycloak-password }}"
IMPORT_FILES: ${{ inputs.import-files }}"
KEYCLOAK_URL: ${{ inputs.keycloak-url }}
KEYCLOAK_USER: ${{ inputs.keycloak-user }}
KEYCLOAK_PASSWORD: ${{ inputs.keycloak-password }}
IMPORT_FILES: ${{ inputs.import-files }}

0 comments on commit d72f2f4

Please sign in to comment.