Moving to path instead

This commit is contained in:
Julien Lengrand-Lambert
2023-03-09 17:12:03 +01:00
parent a5572e49cd
commit 0206814206
5 changed files with 25 additions and 33 deletions

View File

@@ -10,15 +10,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Get changed files in the test folder
id: changed-files-specific
uses: tj-actions/changed-files@v35
with:
files: samples/*.yml
- name: push-adyen-collections-to-postman-javascript-action
id: process
uses: jlengrand/push-adyen-collections-to-postman-javascript-action@main
with:
postman-key: ${{ secrets.POSTMAN_API_KEY }}
workspace-id: ${{ secrets.POSTMAN_WORKSPACE_ID }}
files-changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}
path-to-process: samples/*.yml