Skip to content

Commit

Permalink
updated the ref checkout option to support PR builds
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Bagarka <[email protected]>
  • Loading branch information
yash-zededa committed Oct 19, 2023
1 parent de200c3 commit 2edd0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get eve-kernel
uses: actions/checkout@v3
with:
ref: "eve-kernel-amd64-v6.1.38-generic"
ref: ${{ github.head_ref }}

- name: Build eve-kernel-amd64
run: |
Expand Down

0 comments on commit 2edd0c3

Please sign in to comment.