Skip to content

Commit

Permalink
feat: add repository URL to action PR message
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Feb 4, 2025
1 parent d85073b commit 35a86b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ runs:
gh auth login --with-token <<< ${{ steps.app-token.outputs.token }}
gh pr create \
--title "chore: Update ${{ inputs.name }} subgraph to ${{ github.ref_name }}" \
--body "" \
--body "- [Repository](${{ github.repositoryUrl }})" \
--head ${{ inputs.name }}-${{ github.ref_name }} \
--base main

0 comments on commit 35a86b2

Please sign in to comment.