uses missing colon?
Danferno opened this issue · 1 comments
Danferno commented
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)
cormacpayne commented
@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!