Skip to content

Commit

Permalink
ci: remove quotes where possible in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Jul 28, 2023
1 parent de26781 commit e8ee4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secrets-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Secrets SDK CI
env:
DEBUG: napi:*
APP_NAME: keyring
MACOSX_DEPLOYMENT_TARGET: "10.13"
"on":
MACOSX_DEPLOYMENT_TARGET: 10.13
on:
push:
paths:
- "packages/secrets/**"
Expand Down

0 comments on commit e8ee4f9

Please sign in to comment.