This commit is contained in:
Julien Lengrand-Lambert
2023-02-23 14:08:37 +01:00
parent 8da6c42248
commit 6103752284

View File

@@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
path: 'adyen-postman'
- uses: actions/checkout@v3
with:
repository: 'Adyen/adyen-openapi'
path: 'adyen-openapi'
fetch-depth: 0
- run: ls
- run: echo "$$$$$$$$$$"
@@ -28,7 +28,8 @@ jobs:
id: changed-files-specific
uses: tj-actions/changed-files@v35
with:
files:yaml/*.yaml
files: yaml/*.yaml
path: 'adyen-openapi'
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}