We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebccc1 commit 4192f2aCopy full SHA for 4192f2a
.github/workflows/reuse-workflow-example.yaml
@@ -0,0 +1,8 @@
1
+name: Reusable workflow example
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ workflowA-calls-workflowB:
8
+ uses: ./.github/workflows/reuse-workflow.yaml@jwx0925-patch-9
0 commit comments