separate paths

This commit is contained in:
Julien Lengrand-Lambert
2023-02-23 14:05:28 +01:00
parent d80b8ed8c9
commit 5ee661db4a

View File

@@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
path: 'adyen-postman'
- uses: actions/checkout@v3
with:
repository: 'Adyen/adyen-openapi'
@@ -34,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILENAMES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
with:
filename: .github/ISSUE_TEMPLATE/openapi-changes.yml
filename: adyen-postman/.github/ISSUE_TEMPLATE/openapi-changes.yml
generate:
name: "Generate latest definitions files"
runs-on: ubuntu-latest