Skip to content

Commit 699636b

Browse files
committed
Update checkout step to include branch
1 parent 0b9057c commit 699636b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check_required_files.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
# Specify whether to remove untracked files before checking out the repository:
4545
clean: true
4646

47+
# Refers to the development branch:
48+
ref: 'develop'
49+
4750
# Refers to the repository name of the pull request:
4851
repository: ${{ github.event.pull_request.head.repo.full_name }}
4952

0 commit comments

Comments
 (0)