mirror of
https://github.com/azure/login.git
synced 2026-03-12 18:07:08 -04:00
fix syntax error
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user