Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit f0b3d25

Browse files
committed
Check out master branch
1 parent 5940c03 commit f0b3d25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/detect_pull_request_preview.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ jobs:
55
runs-on: ubuntu-18.04
66
steps:
77
- uses: actions/checkout@v1
8+
# By default, the "checkout" Action will attempt to check out the
9+
# revision to be deployed. Because it does not fetch GitHub Pull Request
10+
# branches, this will fail.
11+
with:
12+
ref: refs/heads/master
813
- name: Install dependency
914
run: pip install requests
1015
- name: Detect deployment

0 commit comments

Comments
 (0)