quarto-dev / quarto-actions

GNU General Public License v2.0
228 stars 53 forks source link

Use array format for branch name #97

Closed joelostblom closed 10 months ago

joelostblom commented 10 months ago

My editor detects the current syntax as incorrect. It seems like GitHub's docs also use the array format for single branch names, e.g. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#using-activity-types-and-filters-with-multiple-events

cderv commented 10 months ago

I think the current syntax still works, but indeed preferred syntax is an array using [main] or - syntax;

Thanks !