Merge pull request #2683 from crazyserver/MOBILE-3708

MOBILE-3708 github: Fix mirroring action script
main
Dani Palou 2021-02-25 15:01:16 +01:00 committed by GitHub
commit 7807f95b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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