Skip to content

Commit

Permalink
Add respoitory reference to fix forks
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Oct 17, 2024
1 parent 2ae356f commit 8159d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
repository: ${{github.event.pull_request.head.repo.full_name}}


- name: Azure login (OIDC)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-recommendations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Set up Python 3.x
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Expand Down

0 comments on commit 8159d2f

Please sign in to comment.