mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-10 16:43:09 +00:00
feat: add deprecation warning
This commit is contained in:
committed by
Romain Lespinasse
parent
242e04c2d2
commit
c9eec68e1a
@@ -18,3 +18,5 @@ short_sha() {
|
||||
echo "GITHUB_BASE_REF_SLUG=$(slug_ref "$GITHUB_BASE_REF")"
|
||||
echo "GITHUB_SHA_SHORT=$(short_sha "$GITHUB_SHA")"
|
||||
} >>"$GITHUB_ENV"
|
||||
|
||||
echo "::warning ::This version is deprecated, please use 'rlespinasse/github-slug-action@v3.x' instead"
|
||||
|
||||
Reference in New Issue
Block a user