We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c471a75 commit ae64065Copy full SHA for ae64065
.github/workflows/flowzone.yml
@@ -1,13 +1,11 @@
1
name: Flowzone
2
-
3
on:
4
pull_request:
5
types: [opened, synchronize, closed]
6
branches: [main, master]
7
pull_request_target:
8
9
10
11
jobs:
12
flowzone:
13
@@ -16,6 +14,4 @@ jobs:
16
14
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
17
15
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
18
secrets: inherit
19
- with:
20
- repo_config: true
21
- repo_description: "Service used to sign data over the network and retrieve the respective public keys"
+ with: {}
0 commit comments