Set parameter
All checks were successful
Composite Actions Test / Test job (push) Successful in 5s

This commit is contained in:
David Boreham 2024-06-14 12:54:10 -06:00
parent 16e120d11e
commit 54dee664dd

View File

@ -10,10 +10,12 @@ env:
jobs:
test:
name: "Test job"
name: 'Test job'
runs-on: ubuntu-latest
steps:
- name: "Clone project repository"
- name: 'Clone project repository'
uses: actions/checkout@v4
- name: "Call composite action"
- name: 'Call composite action'
uses: ./.gitea/workflows/lib/shared-action
with:
param1: 'Param1 value set in top level'