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 6ff9a74 commit ced0515Copy full SHA for ced0515
.github/actions/testing-reusable.yml
@@ -0,0 +1,16 @@
1
+name: testing-reusbale -- main branch
2
+
3
+on:
4
+ workflow_call:
5
6
+jobs:
7
+ build:
8
+ permissions:
9
+ id-token: write
10
+ contents: write
11
+ runs-on: ubuntu-latest
12
13
+ steps:
14
15
+ - name: Debug step -- branch main.
16
+ run: echo "Branch main"
.github/workflows/reusable-test.yml
@@ -21,4 +21,7 @@ jobs:
21
- name: Debug output
22
run: |
23
echo "DEBUG -- this is main branch"
24
- export
+ export
25
26
+ - name: Test reusable
27
+ uses: .github/workflows/actions/testing-reusable.yml
0 commit comments