Skip to content

Commit 46e52ff

Browse files
Update README.md with latest Hype changes
1 parent d1b0a68 commit 46e52ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ jobs:
422422
steps:
423423
- uses: actions/checkout@v4
424424
with:
425-
ref: ${{ github.head_ref }}
425+
ref: ${{github.event.pull_request.head.ref}}
426+
repository: ${{github.event.pull_request.head.repo.full_name}}
426427
- name: Set up Go
427428
uses: actions/setup-go@v4
428429
with:

0 commit comments

Comments
 (0)