update docs

This commit is contained in:
Muhammad Atif Ali 2023-08-11 11:25:40 +03:00
parent 928dd88265
commit 4120c03efe

View file

@ -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"