mirror of
https://github.com/matifali/update-coder-template.git
synced 2025-11-11 09:55:18 +08:00
Update README.md
This commit is contained in:
parent
c78b447a96
commit
6549e6afa3
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -56,11 +56,11 @@ Update coder templates automatically
|
||||||
- name: Update Coder Template
|
- name: Update Coder Template
|
||||||
uses: matifali/update-coder-template@v3
|
uses: matifali/update-coder-template@v3
|
||||||
with:
|
with:
|
||||||
id: "my-template"
|
id: my-template
|
||||||
dir: "my-template"
|
dir: my-template
|
||||||
url: "https://coder.example.com"
|
url: https://coder.example.com
|
||||||
name: "${{ steps.latest_commit.outputs.hash }}"
|
name: ${{ steps.latest_commit.outputs.hash }}
|
||||||
message: "${{ steps.commit_title.outputs.title }}"
|
message: ${{ steps.commit_title.outputs.title }}
|
||||||
coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }}
|
coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -84,9 +84,9 @@ Update coder templates automatically
|
||||||
- name: Update Coder Template
|
- name: Update Coder Template
|
||||||
uses: matifali/update-coder-template@v3
|
uses: matifali/update-coder-template@v3
|
||||||
with:
|
with:
|
||||||
id: "my-template"
|
id: my-template
|
||||||
dir: "my-template"
|
dir: my-template
|
||||||
url: "https://coder.example.com"
|
url: https://coder.example.com
|
||||||
activate: "false"
|
activate: false
|
||||||
coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }}
|
coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue