mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 04:51:15 +00:00
Merge pull request #129 from devilbox/github-actions-fix
Fix variable replacement in GitHub actions
This commit is contained in:
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
@@ -269,7 +269,7 @@ jobs:
|
||||
if [ -n "${GITHUB_HEAD_REF}" ]; then
|
||||
GIT_SLUG="${GITHUB_HEAD_REF}"
|
||||
else
|
||||
GIT_SLUG="${GITHUB_REF/refs\/head\//}"
|
||||
GIT_SLUG="${GITHUB_REF/refs\/heads\//}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user