We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28efad7 commit 06811d8Copy full SHA for 06811d8
.github/workflows/generate_postman_collection.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: npm install
24
- name: Changed Files
25
id: changed-files
26
- uses: tj-actions/changed-files@v41
+ uses: tj-actions/changed-files@v35
27
- run: node ./scripts/postman/run-postman-collection.js ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
28
- name: List all changed files
29
run: |
0 commit comments