Skip to content

Commit

Permalink
fix: fix input name
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Jun 7, 2023
1 parent 56bfec8 commit a0cf718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
image: "Dockerfile"
env:
CODER_SESSION_TOKEN: ${{ inputs.CODER_SESSION_TOKEN }}
CODER_URL: ${{ inputs.CODER_URL }}
CODER_ACCESS_URL: ${{ inputs.CODER_ACCESS_URL }}
CODER_TEMPLATE_NAME: ${{ inputs.CODER_TEMPLATE_NAME }}
CODER_TEMPLATE_DIR: ${{ inputs.CODER_TEMPLATE_DIR }}
CODER_TEMPLATE_VERSION: ${{ inputs.CODER_TEMPLATE_VERSION }}
Expand Down

0 comments on commit a0cf718

Please sign in to comment.