Skip to content

Commit 8f1e56a

Browse files
Merge pull request #119 from balena-io-modules/kyle/patch
Remove repo config from flowzone.yml
2 parents e9a854d + 51e3de3 commit 8f1e56a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/flowzone.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
22
name: Flowzone
3-
43
on:
54
pull_request:
65
types: [opened, synchronize, closed]
76
branches: [main, master]
87
pull_request_target:
98
types: [opened, synchronize, closed]
109
branches: [main, master]
11-
1210
jobs:
1311
flowzone:
1412
name: Flowzone
@@ -17,6 +15,4 @@ jobs:
1715
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
1816
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
1917
secrets: inherit
20-
with:
21-
repo_config: true
22-
repo_description: "NodeJS native bindings to the libext2fs for cross-platform ext{2,3,4} filesystem handling."
18+
with: {}

0 commit comments

Comments
 (0)