mirror of
https://github.com/matifali/update-coder-template.git
synced 2025-10-30 16:56:16 +08:00
update docs
This commit is contained in:
parent
928dd88265
commit
4120c03efe
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ Update coder templates automatically
|
|||
run: echo "::set-output name=hash::$(git rev-parse --short HEAD)"
|
||||
|
||||
- name: Update Coder Template
|
||||
uses: matifali/update-coder-template@latest
|
||||
uses: matifali/update-coder-template@v2
|
||||
with:
|
||||
CODER_TEMPLATE_NAME: "my-template"
|
||||
CODER_TEMPLATE_DIR: "my-template"
|
||||
|
|
@ -68,7 +68,7 @@ Update coder templates automatically
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Update Coder Template
|
||||
uses: matifali/update-coder-template@latest
|
||||
uses: matifali/update-coder-template@v2
|
||||
with:
|
||||
CODER_TEMPLATE_NAME: "my-template"
|
||||
CODER_TEMPLATE_DIR: "my-template"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue