From 3a2216619bc2009d9e8621813b078cbb0b17b247 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 14:13:24 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a552c467..94f6f488 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: CI +name: Issue Test on: issues: @@ -10,4 +10,4 @@ jobs: runs-on: ubuntu-latest steps: - - uses: jeffrafter/example-github-action-typescript/.github/actions/thanks-action + - uses: jeffrafter/example-github-action-typescript/.github/actions/thanks-action@v2 -- 2.43.0