Skip to content

Commit

Permalink
Update generate_postman_collection.yml
Browse files Browse the repository at this point in the history
reverting the change
  • Loading branch information
Eclairemoy authored Nov 21, 2024
1 parent 28efad7 commit 06811d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_postman_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm install
- name: Changed Files
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v35
- run: node ./scripts/postman/run-postman-collection.js ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
- name: List all changed files
run: |
Expand Down

0 comments on commit 06811d8

Please sign in to comment.