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:19:14 +0300
committerGitHub <noreply@github.com>2021-11-24 12:19:14 +0300
commitf4d41138c98794e8c528d6d620795df346b5a76f (patch)
tree7e0b97bec6cbcec7f3effff4fb70fbb46fd8ff93 /.github
parenta845f175a5a702f875ac92055fa6ce176dd8b0e3 (diff)
Update buildvue.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildvue.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/buildvue.yml b/.github/workflows/buildvue.yml
index 5c6a1ae9d8..2728855724 100644
--- a/.github/workflows/buildvue.yml
+++ b/.github/workflows/buildvue.yml
@@ -117,6 +117,7 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
if [[ ${{ steps.vars.outputs.islocalbranch }} ]]
then
+ cd $GITHUB_WORKSPACE
git checkout ${{ steps.vars.outputs.branch }}
fi
if: steps.vars.outputs.branch != '' && steps.vuecheck.outputs.vue_modified == '1'