From 4a2fbd0798f0e58909a2e96c12c1faac0be0eeee Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Mon, 9 Sep 2024 16:02:01 +0200 Subject: [PATCH] try to debug --- .github/workflows/actionstest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/actionstest.yml b/.github/workflows/actionstest.yml index e2f4797..fb45a14 100644 --- a/.github/workflows/actionstest.yml +++ b/.github/workflows/actionstest.yml @@ -14,6 +14,9 @@ on: pull_request: branches: [master] +env: + ACTIONS_STEP_DEBUG: true + jobs: notification: runs-on: ubuntu-latest