Skip to content

Commit ced0515

Browse files
committed
test reusable
1 parent 6ff9a74 commit ced0515

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
- name: Debug output
2222
run: |
2323
echo "DEBUG -- this is main branch"
24-
export
24+
export
25+
26+
- name: Test reusable
27+
uses: .github/workflows/actions/testing-reusable.yml

0 commit comments

Comments
 (0)