File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 }} \
You can’t perform that action at this time.
0 commit comments