mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
separate paths
This commit is contained in:
3
.github/workflows/trigger-postman.yml
vendored
3
.github/workflows/trigger-postman.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user