Skip to content

Commit

Permalink
RES-1803: Fix reference target URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hansaaviksoo committed Nov 25, 2024
1 parent e791d9e commit 731eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
with:
repository: "${{ env.DEPOT_REPOSITORY_ORG }}/${{ env.DEPOT_REPOSITORY_NAME }}"
path: "${{ env.DEPOT_PROJECT_NAME }}"
ref: "refs/${{ env.DEPOT_BINARY_HASH }}"
ref: "commit/${{ env.DEPOT_BINARY_HASH }}"
submodules: true

- id: "apply-patches"
Expand Down

0 comments on commit 731eda8

Please sign in to comment.