Skip to content

Commit

Permalink
Create called2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruvceskistefan authored Sep 15, 2023
1 parent 523ea7f commit 3bb9f07
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/called2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Called workflow

on:
workflow_call:
inputs:
inputA:
description: Number input
required: true
type: number
inputB:
description: String input
required: true
type: string

jobs:
print_hello_world:
runs-on: ubuntu-latest
steps:
- name: Print inputs
run: echo "Hello world"

0 comments on commit 3bb9f07

Please sign in to comment.