diggerhq / digger

Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️
https://digger.dev
Apache License 2.0
3.77k stars 273 forks source link

Jobs with orchestrator not picking up custom workflow commands #1187

Closed motatoes closed 6 months ago

motatoes commented 8 months ago

Example: https://github.com/motatoes/test-digger-workflow-run-steps/actions/runs/7977161282

expecting to see a "I WAS PLANNED" workflow as per the custom workflow but instead not seeing any messages

Meanwhile if I use normal workflow with action events I can see that the custom workflow is picked: https://github.com/motatoes/test-digger-workflow-run-steps/actions/runs/7977445612/job/21780338972

chvima commented 6 months ago

@motatoes Was this fixed in https://github.com/diggerhq/digger/pull/1290 ?

motatoes commented 6 months ago

@chvima yes should be! Released in the most recent version so you can test it out :) if you confirm I will close this issue

mannemanusha commented 6 months ago

workflows: example: apply: steps:

motatoes commented 6 months ago

In that case I'm closing the issue 💯