From 4f4e37ec3c0177930d6721e9fc712a58f7d6163b Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sat, 29 Jun 2024 16:40:21 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/tagging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index 8898ebc..109fdaa 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -112,6 +112,6 @@ jobs: target-directory: firmware_v3/ destination-github-username: 'btclock' destination-repository-name: 'web-flasher' - target-branch: btclock + target-branch: main user-name: ${{github.actor}} user-email: ${{github.actor}}@users.noreply.github.com \ No newline at end of file