Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit a7f20b7

Browse files
committed
[ci] fix syntax error
1 parent ded1d6f commit a7f20b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Update Coder template!
4242
uses: matifali/update-coder-template@v2
4343
with:
44-
CODER_TEMPLATE_VERSION: "${{stepss.outputs.commit.hash}}"
44+
CODER_TEMPLATE_VERSION: "${{steps.outputs.commit.hash}}"
4545
CODER_SESSION_TOKEN: "${{secrets.CODER_TOKEN}}"
4646
CODER_TEMPLATE_NAME: coder
4747
CODER_TEMPLATE_DIR: ./template

0 commit comments

Comments
 (0)