Skip to content

Commit

Permalink
Fix: main.user.js_version_update.yaml语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
maboloshi committed Nov 25, 2023
1 parent f0f557d commit a46b7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.user.js_version_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
update_version:
if: not startsWith(github.event.client_payload.head_commit.message, 'main.user.js: Update to version')
if: ${{ !startsWith(github.event.client_payload.head_commit.message, 'main.user.js: Update to version') }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a46b7b6

Please sign in to comment.