Skip to content

Commit 06811d8

Browse files
authored
Update generate_postman_collection.yml
reverting the change
1 parent 28efad7 commit 06811d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_postman_collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm install
2424
- name: Changed Files
2525
id: changed-files
26-
uses: tj-actions/changed-files@v41
26+
uses: tj-actions/changed-files@v35
2727
- run: node ./scripts/postman/run-postman-collection.js ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
2828
- name: List all changed files
2929
run: |

0 commit comments

Comments
 (0)