From f7f9abc42bffe500319caeac546fbcbf08672451 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sun, 22 Oct 2023 17:35:21 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4a01926..2af7635 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -75,5 +75,5 @@ jobs: destination-github-username: 'btclock' destination-repository-name: 'web-flasher' target-branch: btclock - user-name: ${{GITHUB_ACTOR}} - user-email: ${{GITHUB_ACTOR}}@users.noreply.github.com \ No newline at end of file + user-name: ${{github.actor}} + user-email: ${{github.actor}}@users.noreply.github.com \ No newline at end of file