Skip to content

Commit 994a1a3

Browse files
committed
Added gihub.base_ref
1 parent 151f5b8 commit 994a1a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/site.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
steps:
6969
# Install site from our base ref
7070
- uses: actions/checkout@v4
71+
with:
72+
ref: ${{ github.base_ref }}
7173

7274
- name: Start docker and install dependencies
7375
run: |

0 commit comments

Comments
 (0)