From 7913c1e526145f06bf05ff1e33d1ee9b805bb4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Genesio=20=28=E4=BA=8C=E3=82=B3=E3=82=B2?= =?UTF-8?q?=E3=83=8D=29?= Date: Mon, 28 Feb 2022 10:16:32 +0100 Subject: [PATCH] Trigger BRU: fix error 500 The error 500 of the `file-changes-action` should be fixed upgrading the action See https://github.com/trilom/file-changes-action/issues/104#issuecomment-680270472 --- .github/workflows/trigger_bru.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger_bru.yml b/.github/workflows/trigger_bru.yml index a63701f..e2f6506 100644 --- a/.github/workflows/trigger_bru.yml +++ b/.github/workflows/trigger_bru.yml @@ -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