adding test workflows for reusable workflow v2

This commit is contained in:
Piasecki-grid 2025-04-11 09:23:29 +02:00
parent cd316efc6e
commit 970f17e29d
2 changed files with 8 additions and 2 deletions

View file

@ -10,4 +10,11 @@ jobs:
with:
config-path: '.github/labeler.yml' # Provide the required input
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

View file

@ -1 +0,0 @@
#