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