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

@@ -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 }}