From 020d778fca17e925fd46df0ea57941e0b1641124 Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 6 Nov 2019 15:51:20 +0100 Subject: [PATCH] Fix variable replacement in GitHub actions --- .github/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 8f940ab..a786a2d 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -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