Skip to content

Commit

Permalink
update GITHUB_SHA ENV
Browse files Browse the repository at this point in the history
fixes #567
  • Loading branch information
T0biii authored Jan 22, 2025
1 parent ff7f286 commit 7542860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
uses: actions/checkout@v4 # v4
with:
fetch-depth: 0
# This adds support for both `pull_request_target` and `push` events.
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Install build dependencies
run: |
sudo -E ./scripts/install_build_dependencies.sh
Expand Down

0 comments on commit 7542860

Please sign in to comment.