Skip to content

Commit

Permalink
used correct context for checkout actions
Browse files Browse the repository at this point in the history
Signed-off-by: yash-zededa <yash-zededa@zededa.com>
  • Loading branch information
yash-zededa committed Jul 12, 2024
1 parent dd5838a commit c98d665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

- name: Login to Docker Hub
Expand Down

0 comments on commit c98d665

Please sign in to comment.