We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd1469 commit d216c06Copy full SHA for d216c06
.github/workflows/ci.yml
@@ -13,4 +13,4 @@ jobs:
13
run: sudo apt-get install gettext
14
15
- name: Validate
16
- run: VERSION=${{ github.event.pull_request.base.ref }} MODE=dummy make all
+ run: VERSION=${{ github.event.repository.default_branch }} MODE=dummy make all
0 commit comments