Skip to content

Commit

Permalink
fix PR number detection in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Feb 14, 2023
1 parent a36e70f commit 7de8166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
id: PR
with:
filterOutClosed: true
sha: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/install-deps
- uses: ./.github/actions/build-cache
- name: Prepare repository
Expand Down

0 comments on commit 7de8166

Please sign in to comment.