Skip to content

Commit

Permalink
fix sha
Browse files Browse the repository at this point in the history
  • Loading branch information
brownj85 committed Feb 18, 2025
1 parent 0788637 commit 64b64e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
cancel-in-progress: true
uses: ./.github/workflows/build-demos.yml
with:
ref: ${{ github.ref }}
ref: ${{ github.sha }}
save-artifact: true
artifact-name: ${{ github.ref }}
artifact-name: ${{ github.sha }}
keep-going: true
quiet: true

0 comments on commit 64b64e3

Please sign in to comment.