mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
adding test workflows for reusable workflow v3
This commit is contained in:
parent
970f17e29d
commit
3f4a063283
1 changed files with 1 additions and 1 deletions
2
.github/workflows/caller-1.yml
vendored
2
.github/workflows/caller-1.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret
|
||||
|
||||
second-caller:
|
||||
uses: Piasecki-grid/test-workflows/.github/workflows/reusable-2.yml
|
||||
uses: Piasecki-grid/test-workflows/.github/workflows/reusable-2.yml@main
|
||||
with:
|
||||
config-path: '.github/labeler.yml' # Provide the required input
|
||||
secrets:
|
||||
|
|
Loading…
Reference in a new issue