mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
refactor(cache-magento): extract key computation into a script (#245)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Args: composer_cache_key php_version composer_version
|
||||
COMPOSER_CACHE_KEY="$1"
|
||||
PHP_VERSION="$2"
|
||||
COMPOSER_VERSION="$3"
|
||||
|
||||
echo "download-key=composer | v5.8 | ${COMPOSER_CACHE_KEY} | ${COMPOSER_VERSION} | ${PHP_VERSION}"
|
||||
Reference in New Issue
Block a user