File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ This action supports three tag levels for flexible versioning:
6666| ` github_token ` | No | | For authenticated GitHub requests. |
6767
6868
69- ### π€ Outputs Parameters
69+ ### π€ Output Parameters
7070| Output | Description |
7171| :---------| :-------------------------------------|
7272| ` foobar ` | Echo of provided ` foobar ` input. |
@@ -75,7 +75,7 @@ This action supports three tag levels for flexible versioning:
7575
7676## π» Usage Examples
7777
78- ### π Basic
78+ ### π Basic Example
7979Run the Action with defaults.
8080
8181``` yaml
9090 - uses : devops-infra/template-action@v1
9191` ` `
9292
93- ### π Advanced
93+ ### π Advanced Example
9494Run the Action with set inputs.
9595
9696` ` ` yaml
@@ -109,7 +109,10 @@ jobs:
109109` ` `
110110
111111### π― Use specific version
112- Run the Action with a specific version tag.
112+ Pick the tag level based on your stability needs:
113+ - ` vX.Y.Z`: exact immutable release (most predictable)
114+ - `vX.Y` : latest patch within one minor line
115+ - `vX` : latest patch within one major line
113116
114117` ` ` yaml
115118name: Run the Action on each commit
You canβt perform that action at this time.
0 commit comments