We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f619d commit 887d6a9Copy full SHA for 887d6a9
.github/workflows/build.yml
@@ -6,7 +6,15 @@ on:
6
branches:
7
- pipeline
8
workflow_dispatch: # This triggers the workflow when a webhook is received
9
-
+ inputs:
10
+ branch:
11
+ description: 'The branch of the submodule the workflow was triggered for'
12
+ required: true
13
+ type: string
14
+ repository:
15
+ description: 'The repository of the submodule the workflow was triggered for'
16
17
18
19
jobs:
20
build:
@@ -46,4 +54,4 @@ jobs:
46
54
git push -f
47
55
else
48
56
echo "Nothing to commit"
49
- fi
57
+ fi
0 commit comments