fix syntax error

This commit is contained in:
MoChilia
2024-04-09 16:17:06 +08:00
parent 2d52a1a40d
commit 2e05c531c4

View File

@@ -40,7 +40,7 @@ branding:
runs:
using: 'node20'
pre: 'lib/cleanup/index.js'
pre-if: ${{ ! startsWith( runner.name, 'GitHub Actions' ) }}
pre-if: (! startsWith(runner.name, 'GitHub Actions'))
main: 'lib/main/index.js'
post: 'lib/cleanup/index.js'
post-if: ${{ ! startsWith( runner.name, 'GitHub Actions' ) }}
post-if: (! startsWith(runner.name, 'GitHub Actions'))