mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-26 12:22:47 +00:00
adding test workflows for reusable workflow v2
This commit is contained in:
parent
cd316efc6e
commit
970f17e29d
2 changed files with 8 additions and 2 deletions
9
.github/workflows/caller-1.yml
vendored
9
.github/workflows/caller-1.yml
vendored
|
@ -10,4 +10,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
config-path: '.github/labeler.yml' # Provide the required input
|
config-path: '.github/labeler.yml' # Provide the required input
|
||||||
secrets:
|
secrets:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret
|
token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret
|
||||||
|
|
||||||
|
second-caller:
|
||||||
|
uses: Piasecki-grid/test-workflows/.github/workflows/reusable-2.yml
|
||||||
|
with:
|
||||||
|
config-path: '.github/labeler.yml' # Provide the required input
|
||||||
|
secrets:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret
|
||||||
|
|
1
.github/workflows/reusable-2.yml
vendored
1
.github/workflows/reusable-2.yml
vendored
|
@ -1 +0,0 @@
|
||||||
#
|
|
Loading…
Reference in a new issue