Skip to content

Commit

Permalink
refac: Update workflow to get the PR updated files
Browse files Browse the repository at this point in the history
The previous one seems to have had a bug reported here jitterbit/get-changed-files#11
  • Loading branch information
jmv74211 committed Jul 20, 2022
1 parent ad07151 commit 8816fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Get the updated files
id: updated_files
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v2.1.0
with:
format: csv

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Get the updated files
id: updated_files
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v2.1.0
with:
format: csv

Expand Down

0 comments on commit 8816fc3

Please sign in to comment.