diff --git a/.github/workflows/trigger-postman.yml b/.github/workflows/trigger-postman.yml index 98f4d9e..13f1d09 100644 --- a/.github/workflows/trigger-postman.yml +++ b/.github/workflows/trigger-postman.yml @@ -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 != '' }}