Update main.yml

This commit is contained in:
Stephan Mühl
2023-03-23 22:39:17 +01:00
committed by GitHub
parent 216229eaef
commit 0fca3f669c

View File

@@ -99,4 +99,8 @@ jobs:
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 }}