Move action out of workflows dir
All checks were successful
Composite Actions Test / Test job (push) Successful in 11s
Second Composite Actions Test / Test job (push) Successful in 11s

This commit is contained in:
David Boreham 2024-06-14 13:08:33 -06:00
parent 11797d2fd6
commit baff7216c5
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: 'Call composite action'
id: call-composite-action
uses: ./.gitea/workflows/lib/shared-action
uses: ./.gitea/lib/shared-action
with:
param1: 'Param1 value set in other top level'
- name: 'Output composite action response'

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: 'Call composite action'
id: call-composite-action
uses: ./.gitea/workflows/lib/shared-action
uses: ./.gitea/lib/shared-action
with:
param1: 'Param1 value set in top level'
- name: 'Output composite action response'