Skip to content

Commit

Permalink
Fix checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
jnowakow committed Feb 7, 2025
1 parent e1cd0c9 commit 287b4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compareNDandODbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
ref: ${{ needs.getBranchRef || 'main' }}
ref: ${{ needs.getBranchRef.outputs.REF || 'main' }}
token: ${{ secrets.OS_BOTIFY_TOKEN }}
fetch-depth: 0

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.OS_BOTIFY_TOKEN }}
ref: ${{ needs.getBranchRef || 'main' }}
ref: ${{ needs.getBranchRef.outputs.REF || 'main' }}

- name: Configure MapBox SDK
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
Expand Down

0 comments on commit 287b4c2

Please sign in to comment.