mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 06:23:47 +00:00
Fix lint error
This commit is contained in:
@@ -2,8 +2,8 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
branches: [ '**' ] # run for PRs targeting any branch (main and others)
|
||||
types: [opened, synchronize, reopened]
|
||||
branches: ["**"] # run for PRs targeting any branch (main and others)
|
||||
name: Run acceptance tests
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user