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>2020-02-19 21:54:09 +0300
committerGitHub <noreply@github.com>2020-02-19 21:54:09 +0300
commit2cb71e181104d99c4fbf1cf9f5b36421b50246ad (patch)
treed025ccbec20c5fad5ef7b184897b69ac063b9c21 /.github
parent466bbb322846dbc27a1a3b5aeaaaad07d3d9fc7f (diff)
fix build js workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildtrackerjs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/buildtrackerjs.yml b/.github/workflows/buildtrackerjs.yml
index f8c60c6a28..22ac74fd97 100644
--- a/.github/workflows/buildtrackerjs.yml
+++ b/.github/workflows/buildtrackerjs.yml
@@ -20,7 +20,7 @@ jobs:
--header 'content-type: application/json' \
--url https://api.github.com/repos/$GITHUB_REPOSITORY/pulls/$PR )
REF=$(echo "${PR_INFO}" | jq -r .head.ref)
- BASE=$(echo "${PR_INFO}" | jq -r .base.repo.full_name)
+ BASE=$(echo "${PR_INFO}" | jq -r .head.repo.full_name)
STATE=$(echo "${PR_INFO}" | jq -r .state)
if [[ $STATE == "closed" ]]