Compare commits
2
Commits
df30b06bbe
...
f2c542c849
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2c542c849
|
||
|
|
1f3c3084cb
|
@@ -17,7 +17,7 @@ steps:
|
||||
- uses: actions/checkout@v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: volker.raschek/ah-annotations@v0.0.1
|
||||
- uses: volker.raschek/ah-annotations@v0.1.1
|
||||
```
|
||||
|
||||
### Explicit tags
|
||||
@@ -29,7 +29,7 @@ steps:
|
||||
- uses: actions/checkout@v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: volker.raschek/ah-annotations@v0.0.1
|
||||
- uses: volker.raschek/ah-annotations@v0.1.1
|
||||
with:
|
||||
old-tag: v1.0.0
|
||||
new-tag: v2.0.0
|
||||
|
||||
+1
-1
@@ -78,5 +78,5 @@ echo "INFO: Installed ${yq_installed_version} in ${bin_path}"
|
||||
|
||||
# Ensure yq is in PATH for subsequent steps
|
||||
if [[ -n "${GITHUB_PATH:-}" ]]; then
|
||||
"$(dirname "${bin_path}")" >> "${GITHUB_PATH}"
|
||||
dirname "${bin_path}" >> "${GITHUB_PATH}"
|
||||
fi
|
||||
Reference in New Issue
Block a user