From 43cc4f05737cbefc53324a9d1d96f112a2a708a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 25 Feb 2021 14:59:04 +0100 Subject: [PATCH] MOBILE-3708 github: Fix mirroring action script --- .github/scripts/mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/mirror.sh b/.github/scripts/mirror.sh index da245c76d..4f794de53 100755 --- a/.github/scripts/mirror.sh +++ b/.github/scripts/mirror.sh @@ -1,5 +1,5 @@ #!/bin/bash -source "/.github/scripts/functions.sh" +source "./.github/scripts/functions.sh" BRANCH=${GITHUB_REF##*/} if [ -z $GIT_TOKEN ] || [ -z $BRANCH ] || [ $GITHUB_REPOSITORY != 'moodlehq/moodleapp' ]; then