mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 19:11:16 +00:00
Fix GitHub Actions env vars
This commit is contained in:
6
.github/workflows/php-ci.yml
vendored
6
.github/workflows/php-ci.yml
vendored
@@ -104,9 +104,9 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
# Export variable
|
||||
# # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#set-an-environment-variable-set-env
|
||||
echo ::set-env name=GIT_TYPE::${GIT_TYPE}
|
||||
echo ::set-env name=GIT_SLUG::${GIT_SLUG}
|
||||
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
|
||||
echo "GIT_TYPE=${GIT_TYPE}" >> $GITHUB_ENV
|
||||
echo "GIT_SLUG=${GIT_SLUG}" >> $GITHUB_ENV
|
||||
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
6
.github/workflows/php-nightly.yml
vendored
6
.github/workflows/php-nightly.yml
vendored
@@ -108,9 +108,9 @@ jobs:
|
||||
false
|
||||
fi
|
||||
# Export variable
|
||||
# # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#set-an-environment-variable-set-env
|
||||
echo ::set-env name=GIT_TYPE::${GIT_TYPE}
|
||||
echo ::set-env name=GIT_SLUG::${GIT_SLUG}
|
||||
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
|
||||
echo "GIT_TYPE=${GIT_TYPE}" >> $GITHUB_ENV
|
||||
echo "GIT_SLUG=${GIT_SLUG}" >> $GITHUB_ENV
|
||||
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user