Skip to content

Commit

Permalink
feat: fix json by removing leading spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
shark0der committed Oct 18, 2024
1 parent 38106cb commit 01fe529
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
env:
ALLOWED_REPOS: >-
[
"cover-router",
"dummy-app"
"frontend-next",
"frontend-react",
"cover-router",
"dummy-app"
"frontend-next",
"frontend-react",
]
ALLOWED_BRANCHES: '["dev", "master"]'
TARGET_REPO: ${{ github.event.client_payload.repo || 'none' }}
Expand Down

0 comments on commit 01fe529

Please sign in to comment.