mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Process yaml folder
This commit is contained in:
4
.github/workflows/trigger-postman.yml
vendored
4
.github/workflows/trigger-postman.yml
vendored
@@ -19,11 +19,11 @@ jobs:
|
||||
repository: 'Adyen/adyen-openapi'
|
||||
path: 'adyen-openapi'
|
||||
fetch-depth: 0
|
||||
- name: Get changed files in the json folder
|
||||
- name: Get changed files in the yaml folder
|
||||
id: changed-files-specific
|
||||
uses: tj-actions/changed-files@v35
|
||||
with:
|
||||
files: json/*.json
|
||||
files: yaml/*.yaml
|
||||
path: 'adyen-openapi'
|
||||
- uses: JasonEtco/create-an-issue@v2
|
||||
if: ${{ steps.changed-files-specific.outputs.added_files != '' }}
|
||||
|
||||
Reference in New Issue
Block a user