Skip to content

Commit

Permalink
build_firmware.yml: fetch depth=0 to be able to build proper version …
Browse files Browse the repository at this point in the history
…strings
  • Loading branch information
doegox committed Sep 25, 2023
1 parent 963d4d6 commit 406fd33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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

0 comments on commit 406fd33

Please sign in to comment.