convictional/trigger-workflow-and-wait

Workflow not stopping after using wait_workflow

Opened this issue · 7 comments

    - name: Trigger other workflow
       uses: convictional/trigger-workflow-and-wait@v1.6.1
       with:
         owner: prabhat2k15
         repo: helm
         ref: script-fix
         github_token: ${{ secrets.xyz }}
         github_user: github-user
         workflow_file_name: deploy-dev.yaml
         client_payload: '{"x":"y","z":"${{github.run_id}}"}'
         propagate_failure: false
         trigger_workflow: true
         wait_workflow: false
Screenshot 2023-10-05 at 3 25 23 PM

this infinitely wait and workflow not stopping.
wht's the fix?

+1
i use
wait_workflow: true

it shows success but not stopping

wait_workflow: false is also not working and gives error

@rabih can you please check this whether it is possible or not?

rabih commented

Hi @prabhat-kumar-ts, I was laid off from here and will no longer be contributing to this project.

Will someone else be owning this?

Has anybody forked this? I really need and I could maintain it...

i use
wait_workflow: true