Skip to content

Commit 34e52e8

Browse files
flowzone: Remove "with"
1 parent e83874d commit 34e52e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/flowzone.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ jobs:
1414
(github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') ||
1515
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
1616
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
17-
secrets: inherit
18-
with: {}
17+
secrets: inherit

0 commit comments

Comments
 (0)