Update .github/workflows/build_pull_request.yml
This commit is contained in:
parent
582a1acc09
commit
9df0b6df40
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_pull_request.yml
vendored
3
.github/workflows/build_pull_request.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
steps:
|
||||
- name: Clone repo
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
ref: main
|
||||
token: ${{ secrets.BOT_PAT }}
|
||||
|
||||
- name: Get number of modules
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue