GitHub Actions workflow syntax
It appears that GitHub Actions workflow can be quite particular with single-quotes ('
) and double-quotes ("
)
For example:
on:
push:
branches:
- "main"
[!NOTE] While this should not technically matter, GitHub Actions can sometimes be particular about pattern matching.