We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9a854d + 51e3de3 commit 8f1e56aCopy full SHA for 8f1e56a
.github/workflows/flowzone.yml
@@ -1,14 +1,12 @@
1
---
2
name: Flowzone
3
-
4
on:
5
pull_request:
6
types: [opened, synchronize, closed]
7
branches: [main, master]
8
pull_request_target:
9
10
11
12
jobs:
13
flowzone:
14
@@ -17,6 +15,4 @@ jobs:
17
15
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
18
16
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
19
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."
+ with: {}
0 commit comments