Skip to content

Commit

Permalink
[ci] fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jun 26, 2023
1 parent ded1d6f commit a7f20b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Update Coder template!
uses: matifali/update-coder-template@v2
with:
CODER_TEMPLATE_VERSION: "${{stepss.outputs.commit.hash}}"
CODER_TEMPLATE_VERSION: "${{steps.outputs.commit.hash}}"
CODER_SESSION_TOKEN: "${{secrets.CODER_TOKEN}}"
CODER_TEMPLATE_NAME: coder
CODER_TEMPLATE_DIR: ./template
Expand Down

0 comments on commit a7f20b7

Please sign in to comment.