Move action out of workflows dir
This commit is contained in:
parent
11797d2fd6
commit
baff7216c5
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user