mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
Moving to path instead
This commit is contained in:
7
.github/workflows/sampletest.yml
vendored
7
.github/workflows/sampletest.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user