11
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
name: Step 1
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
@@ -6,6 +7,7 @@ on:
|
||||
type: string
|
||||
jobs:
|
||||
job:
|
||||
name: Job
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@@ -17,7 +19,7 @@ jobs:
|
||||
runner: cicd.bookworm
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
- name: step1
|
||||
- name: Step 1
|
||||
run: |
|
||||
/usr/bin/echo "Kernel: ${{ matrix.kernel }}"
|
||||
/usr/bin/echo "Runner: ${{ matrix.runner }}"
|
||||
|
||||
Reference in New Issue
Block a user