We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fba1d8 commit 9069b2fCopy full SHA for 9069b2f
1 file changed
README.md
@@ -137,7 +137,7 @@ jobs:
137
find . -type f -name "*.md" -print0 | xargs -0 sed -i "s/foo/bar/g"
138
139
- name: Commit and push changes
140
- uses: devops-infra/action-commit-push@v.11.4
+ uses: devops-infra/action-commit-push@v1.2.1
141
with:
142
github_token: ${{ secrets.GITHUB_TOKEN }}
143
commit_prefix: "[AUTO-COMMIT] "
@@ -234,7 +234,10 @@ This action provides two force push options for different scenarios:
234
235
236
### 🎯 Use specific version
237
-Run the Action with a specific version tag.
+Pick the tag level based on your stability needs:
238
+- `vX.Y.Z`: exact immutable release (most predictable)
239
+- `vX.Y`: latest patch within one minor line
240
+- `vX`: latest patch within one major line
241
242
```yaml
243
name: Run the Action
0 commit comments