From 55b7c43929e133aa6e0d140d0cbada80e2404c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=A3o=20Silva?= Date: Sat, 28 Oct 2023 19:25:02 +0100 Subject: [PATCH] Added debug workflow --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5ff86c05..bc04209f 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Print commiter name - run: echo "The commiter name is ${{ env.GITHUB_ACTOR }}" + run: echo "The commiter name is $GITHUB_ACTOR" restrict: runs-on: ubuntu-latest