Skip to content

Commit ec84dea

Browse files
authored
workflows/release-documentation: Fix pull request creation (#168981)
1 parent a8a1551 commit ec84dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
git config user.name "llvmbot"
9393
git commit -a -m "Add ${{ inputs.release-version }} documentation"
9494
git push --force "https://[email protected]/llvmbot/www-releases.git" HEAD:refs/heads/${{ inputs.release-version }}
95-
gh pr create -f -B main -H ${{ inputs.release-version }} -R llvmbot/www-releases
95+
gh pr create -f -B main -H llvmbot:${{ inputs.release-version }}

0 commit comments

Comments
 (0)