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