Update README.md

This commit is contained in:
Muhammad Atif Ali 2023-09-05 12:42:55 +03:00 committed by GitHub
parent c78b447a96
commit 6549e6afa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,11 +56,11 @@ Update coder templates automatically
- name: Update Coder Template
uses: matifali/update-coder-template@v3
with:
id: "my-template"
dir: "my-template"
url: "https://coder.example.com"
name: "${{ steps.latest_commit.outputs.hash }}"
message: "${{ steps.commit_title.outputs.title }}"
id: my-template
dir: my-template
url: https://coder.example.com
name: ${{ steps.latest_commit.outputs.hash }}
message: ${{ steps.commit_title.outputs.title }}
coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }}
```
@ -84,9 +84,9 @@ Update coder templates automatically
- name: Update Coder Template
uses: matifali/update-coder-template@v3
with:
id: "my-template"
dir: "my-template"
url: "https://coder.example.com"
activate: "false"
id: my-template
dir: my-template
url: https://coder.example.com
activate: false
coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }}
```