This commit is contained in:
parent
16e120d11e
commit
54dee664dd
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user