Skip to content

Commit

Permalink
enable builds for 3.16 + fix PyQGIS trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 26, 2020
1 parent 9db2d79 commit ceeeb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Expand Up @@ -111,7 +111,7 @@ jobs:
"ref": "master",
"inputs": {"qgis_branch": "__QGIS_VERSION_BRANCH__"}
}'
body=$(sed "s/__QGIS_VERSION_BRANCH__/${TRAVIS_BRANCH}/;" <<< $body)
body=$(sed "s/__QGIS_VERSION_BRANCH__/${branch}/;" <<< $body)
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${GH_TOKEN}" \
Expand Down

0 comments on commit ceeeb40

Please sign in to comment.