8000 fix(action): should take default branch name as the version in CI (#730) · isabellechiu/python-docs-zh-tw@d216c06 · GitHub
[go: up one dir, main page]

Skip to content

Commit d216c06

Browse files
mattwang44isabellechiu
authored andcommitted
fix(action): should take default branch name as the version in CI (python#730)
1 parent bdd1469 commit d216c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
run: sudo apt-get install gettext
1414

1515
- name: Validate
16-
run: VERSION=${{ github.event.pull_request.base.ref }} MODE=dummy make all
16+
run: VERSION=${{ github.event.repository.default_branch }} MODE=dummy make all

0 commit comments

Comments
 (0)
0