Skip to content

Commit af7c820

Browse files
Create call_resuable.yml
1 parent 5e94e38 commit af7c820

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
jobs:
2+
my-job:
3+
# Importing a reusable workflow from another repository and branch
4+
uses: organization/actions-learning-pathway/.github/workflows/reusable_workflow.yml@main
5+
# Passing 'node-version' as an input parameter to the reusable workflow
6+
with:
7+
node-version: '18.x'

0 commit comments

Comments
 (0)