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.
1 parent 8e9afc4 commit d052241Copy full SHA for d052241
.github/workflows/caller.yml
@@ -0,0 +1,9 @@
1
+name: call reusable workflow
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ call-cache-reuse:
8
+ uses: ./.github/workflows/call-reusable.yml
9
+ secrets: inherit
0 commit comments