Skip to content

Commit 3be9dc2

Browse files
committed
Merge branch 'r/17.x' of gregorydlogan/opencast-editor into r/17.x
Pull request #1651 Fix GHA PR filing typo
2 parents 02d0097 + 629c083 commit 3be9dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
echo "${{ secrets.MODULE_PR_TOKEN }}" > token.txt
124124
gh auth login --with-token < token.txt
125125
gh pr create \
126-
--title "Update ${{ needs.build-release-tarballsoutputs.branch }} Editor to ${{ needs.build-release-tarballsoutputs.tag }}" \
126+
--title "Update ${{ needs.build-release-tarballs.outputs.branch }} Editor to ${{ needs.build-release-tarballs.outputs.tag }}" \
127127
--body "Updating Opencast ${{ needs.build-release-tarballs.outputs.branch }} Editor module to [${{ needs.build-release-tarballs.outputs.tag }}](https://github.com/${{ github.repository_owner }}/opencast-editor/releases/tag/${{ needs.build-release-tarballs.outputs.tag }})" \
128128
--head=${{ github.repository_owner }}:t/editor-${{ needs.build-release-tarballs.outputs.tag }} \
129129
--base ${{ needs.build-release-tarballs.outputs.branch }} \

0 commit comments

Comments
 (0)