Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
124 stars 52 forks source link

v1.0.7 does not seem to run anything in actions #100

Closed nosvalds closed 1 year ago

nosvalds commented 1 year ago

Hi I'm see the same behaviour as https://github.com/Azure/cli/issues/96 with v1.0.7.

https://github.com/IATI/refresher/actions/runs/3847739483/jobs/6554582341

See "Delete existing container group" step in the above run.

Reverting to v1.0.6 works for me:

https://github.com/IATI/refresher/actions/runs/3847846677/jobs/6554835089

t-dedah commented 1 year ago

Hi @nosvalds We have updated the ref for v1.0.7 so it should work as expected now. We suggest using azure/cli@v1 as that will always point to the latest ref.

nosvalds commented 1 year ago

@t-dedah that worked. Thank you!