Skip to content

Commit

Permalink
Trigger BRU: fix error 500
Browse files Browse the repository at this point in the history
The error 500 of the `file-changes-action` should be fixed upgrading the action
See

trilom/file-changes-action#104 (comment)
  • Loading branch information
Nicogene authored Feb 28, 2022
1 parent dfd5613 commit 7913c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_bru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: file_changes
uses: trilom/file-changes-action@v1.2.3
uses: trilom/file-changes-action@v1.2.4
- name: Files Changed
run: |
cat $HOME/files.json
Expand Down

0 comments on commit 7913c1e

Please sign in to comment.