modified: .gitea/workflows/fetch-actions.sh
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 12s
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 12s
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
set -euo pipefail
|
||||
|
||||
echo "fetching actions." >&2
|
||||
echo "::notice::fetching actions."
|
||||
|
||||
# check arguments
|
||||
ERROR=0
|
||||
|
||||
if [ -z "${RUNNER_TEMP}" ]; then
|
||||
echo "❌ ERROR: missing env RUNNER_TEMP" >&2
|
||||
echo "::notice::❌ ERROR: missing env RUNNER_TEMP" >&2
|
||||
$ERROR=1
|
||||
fi
|
||||
|
||||
if [ -z "${WORKSPACE}" ]; then
|
||||
echo "❌ ERROR: missing env WORKSPACE" >&2
|
||||
echo "::notice::❌ ERROR: missing env WORKSPACE" >&2
|
||||
$ERROR=1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user