mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +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
7
.github/workflows/caller-1.yml
vendored
7
.github/workflows/caller-1.yml
vendored
|
@ -11,3 +11,10 @@ jobs:
|
|||
config-path: '.github/labeler.yml' # Provide the required input
|
||||
secrets:
|
||||
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