Skip to content

Commit

Permalink
fix: adjust PR url
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Nov 27, 2024
1 parent e79003d commit 6643764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
name: Build Documentation
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
HEAD_OWNER: ${{ github.event.pull_request.head.repo.owner.login }}
HEAD_OWNER: ${{ github.event.pull_request.head.repo.owner.login || 'TimefoldAI' }}
steps:
- name: Install yq
run: |
Expand Down

0 comments on commit 6643764

Please sign in to comment.