Process yaml folder

This commit is contained in:
gcatanese
2024-03-28 09:12:06 +01:00
parent 958d1b4eb6
commit b470182957

View File

@@ -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 != '' }}