fix syntax error

This commit is contained in:
MoChilia 2024-04-09 16:17:06 +08:00
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'))