Skip to content

Commit 5e3c141

Browse files
committed
pass correct github branch explicitly
1 parent 4cfb7b1 commit 5e3c141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ssh-keyscan "static.europython.eu" > ~/.ssh/known_hosts
5050

5151
- name: Upload preview
52-
run: make preview
52+
run: make preview BRANCH=$GITHUB_BRANCH_NAME
5353

5454
- name: Update PR Comment
5555
uses: actions/github-script@v6

0 commit comments

Comments
 (0)