We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af8d9c commit dc9b684Copy full SHA for dc9b684
.github/workflows/flowzone.yml
@@ -1,5 +1,4 @@
1
name: Flowzone
2
-
3
on:
4
pull_request:
5
types: [opened, synchronize, closed]
@@ -8,7 +7,6 @@ on:
8
7
pull_request_target:
9
10
branches: [main, master]
11
12
jobs:
13
flowzone:
14
@@ -22,10 +20,6 @@ jobs:
22
20
github.event.pull_request.head.repo.full_name != github.repository &&
23
21
github.event_name == 'pull_request_target'
24
)
25
26
# Workflows in the same org or enterprise can use the inherit keyword to implicitly pass secrets
27
secrets: inherit
28
- with:
29
- repo_config: true
30
- repo_default_branch: main
31
- repo_description: "Run a Kubernetes cluster on balenaCloud via k3s!"
+ with: {}
0 commit comments