Azure/container-apps-deploy-action

uses missing colon?

Danferno opened this issue · 1 comments

Github actions was complaining until I replaced all uses azure/container-apps-deploy-action@v0 by uses: azure/container-apps-deploy-action@v0 in the examples (added a colon after uses)

@Danferno Hey there, thanks for catching this! Looks like we missed the colon for the first example, and it was copy-pasted when creating the subsequent examples 😅 I've opened a pull request to address this. Thanks!