Skip to content

Commit

Permalink
build_firmware.yml: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Sep 25, 2023
1 parent 406fd33 commit aaf177e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ inputs.checkout-sha == null && github.sha || inputs.checkout-sha }}
fetch-depth: 0
- name: ghcr.io login
uses: docker/login-action@v2
with:
Expand Down Expand Up @@ -57,6 +56,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ inputs.checkout-sha == null && github.sha || inputs.checkout-sha }}
fetch-depth: 0
- name: Build firmware
env:
repo: ${{ github.repository }}
Expand Down

0 comments on commit aaf177e

Please sign in to comment.