feat: add GITHUB_BASE_REF_SLUG

This commit is contained in:
romain lespinasse
2019-11-06 01:27:44 +01:00
committed by Romain Lespinasse
parent 855ce255dd
commit 6c6b6c9ea5
2 changed files with 2 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ slug_ref() {
echo ::set-env name=GITHUB_REF_SLUG::$(slug_ref $GITHUB_REF)
echo ::set-env name=GITHUB_HEAD_REF_SLUG::$(slug_ref $GITHUB_HEAD_REF)
echo ::set-env name=GITHUB_BASE_REF_SLUG::$(slug_ref $GITHUB_BASE_REF)