Skip to content

Commit

Permalink
Get all branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed Sep 20, 2022
1 parent c9a4a61 commit fa463b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
with:
ref: 'global'
ref: 'global' # Get the right branch
fetch-depth: '0' # Get all branch first
- name: Installing requirements
run: |
pip install -r requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-jp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
with:
ref: 'jp'
ref: 'jp' # Get the right branch
fetch-depth: '0' # Get all branch first
- name: Installing requirements
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit fa463b9

Please sign in to comment.