Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-11-24 12:23:18 +0300
committerGitHub <noreply@github.com>2021-11-24 12:23:18 +0300
commitc253b431cdfc3dd91303b1f76fcf844ac4653423 (patch)
treed6a31dd208984ed9a546f17b2ec967d705877f86 /.github
parentf4d41138c98794e8c528d6d620795df346b5a76f (diff)
Update buildvue.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildvue.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/buildvue.yml b/.github/workflows/buildvue.yml
index 2728855724..b53cb85f4c 100644
--- a/.github/workflows/buildvue.yml
+++ b/.github/workflows/buildvue.yml
@@ -117,7 +117,7 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
if [[ ${{ steps.vars.outputs.islocalbranch }} ]]
then
- cd $GITHUB_WORKSPACE
+ git fetch --depth=1 origin ${{ steps.vars.outputs.branch }}
git checkout ${{ steps.vars.outputs.branch }}
fi
if: steps.vars.outputs.branch != '' && steps.vuecheck.outputs.vue_modified == '1'