From c32a523923d9da2281adb364887b8d2d771a5745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 24 Nov 2021 09:29:50 +0100 Subject: [PATCH] CI fix --- .github/workflows/end_to_end_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/end_to_end_tests.yml b/.github/workflows/end_to_end_tests.yml index 658fff4d..58703af0 100644 --- a/.github/workflows/end_to_end_tests.yml +++ b/.github/workflows/end_to_end_tests.yml @@ -37,7 +37,7 @@ jobs: - name: Upload failed tests if: ${{ failure() }} - uses: edunad/action-image@v1.0.0 + uses: edunad/actions-image@v1.0.0 with: path: './tests/screenshots/**/*.png' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}