mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
Fix variables
This commit is contained in:
4
.github/workflows/schedule.yml
vendored
4
.github/workflows/schedule.yml
vendored
@@ -45,10 +45,10 @@ jobs:
|
||||
run: |
|
||||
if [ -n "$( git tag --points-at HEAD )" ]; then
|
||||
GIT_TYPE=TAG
|
||||
GIT SLUG="$( git tag --points-at HEAD )"
|
||||
GIT_SLUG="$( git tag --points-at HEAD )"
|
||||
elif [ "$( git rev-parse --abbrev-ref HEAD )" != "HEAD" ]; then
|
||||
GIT_TYPE=BRANCH
|
||||
GIT SLUG="$( git rev-parse --abbrev-ref HEAD )"
|
||||
GIT_SLUG="$( git rev-parse --abbrev-ref HEAD )"
|
||||
else
|
||||
false
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user