From 0fca3f669cde08a8fd9ad9a93ec79d89c62a4f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChl?= <31169771+Blueforcer@users.noreply.github.com> Date: Thu, 23 Mar 2023 22:39:17 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cfb479..20c3587 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,5 +98,9 @@ jobs: asset_path: ./firmware/firmware.bin asset_name: firmware.bin asset_content_type: application/octet-stream - - - uses: actions/checkout@v3 + + - name: Checkout + id: checkout + uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }}