diff --git a/.github/workflows/triggerConversion.yml b/.github/workflows/triggerConversion.yml index 36828a3..ac44f45 100644 --- a/.github/workflows/triggerConversion.yml +++ b/.github/workflows/triggerConversion.yml @@ -24,7 +24,7 @@ jobs: - name: Invoke workflow in another repo with inputs uses: benc-uk/workflow-dispatch@v1 with: - workflow: DraftConverterV3 + workflow: GuideConverterV3 repo: OpenLiberty/cloud-hosted-guides token: ${{ secrets.GUIDECONVERSIONTOOL_PASSWORD }} inputs: '{ "branch": "${{ github.ref }}", "guide_name": "${{ github.event.repository.name }}" }'