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 6643764 commit 1b5e829
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 @@ -291,7 +291,7 @@ jobs:
env:
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
run: |
export GURL="https://github.com/$(HEAD_OWNER)/timefold-solver"
export GURL="https://github.com/${{ env.HEAD_OWNER }}/timefold-solver"
echo $GURL
echo $BRANCH_NAME
yq -i e 'del(.content.sources)' apps/docs/antora-playbook.yml
Expand Down

0 comments on commit 1b5e829

Please sign in to comment.