Skip to content

Commit

Permalink
create PR in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Sep 25, 2024
1 parent d4d3419 commit b0fc6c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_citation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
tag=${{ github.event.inputs.tag }}
gh pr create \
--repo "${{ github.repository }}" \
--title "Update CITATION.cff version to ${tag} [ci skip release]" \ # Unique identifier
--title "Update CITATION.cff version to '${tag}' [ci skip release]" \
--head "update-version-${tag}" \
--base main \
--body "This PR updates the CITATION.cff version to ${tag}"
--base "main" \
--body "This PR updates the CITATION.cff version to '${tag}'"

0 comments on commit b0fc6c6

Please sign in to comment.