Commit a4f0d61
authored
Change to single quotes for runs syntax
fixes dev-drprasad#18 this and the previous commit dev-drprasad@7813493
Just in case there's some weird escaping happening, but likely not?
Following the convention used in GitHub Docs examples https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions
such as:
```yaml
runs:
using: 'node16'
pre: 'setup.js'
main: 'index.js'
post: 'cleanup.js'
```1 parent 7813493 commit a4f0d61
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
0 commit comments