mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-05 08:32:47 +00:00
adding test workflows for reusable workflow v1
This commit is contained in:
parent
21b2b860ae
commit
cd316efc6e
1 changed files with 7 additions and 2 deletions
7
.github/workflows/caller-1.yml
vendored
7
.github/workflows/caller-1.yml
vendored
|
@ -1,8 +1,13 @@
|
||||||
name: Successfull merge pipeline
|
name: Caller-1
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-reusable-workflow-1-in-local-repo:
|
call-reusable-workflow-1-in-local-repo:
|
||||||
uses: ./.github/workflows/reusable-1.yml
|
uses: ./.github/workflows/reusable-1.yml
|
||||||
|
with:
|
||||||
|
config-path: '.github/labeler.yml' # Provide the required input
|
||||||
|
secrets:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }} # Provide the required secret
|
Loading…
Reference in a new issue