Skip to content

Commit

Permalink
attempt to fix HybridApp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Feb 4, 2025
1 parent f0fb1db commit 6eb9499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testBuildHybrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
git submodule update --init --remote
- name: Checkout Old Dot to author specified branch or commit
if: ${{ needs.getOldDotBranchRef.outputs.OLD_DOT_REF != '' }}
if: ${{ needs.getOldDotBranchRef.outputs.OLD_DOT_REF != null }}
run: |
cd Mobile-Expensify
git fetch origin ${{ needs.getOldDotBranchRef.outputs.OLD_DOT_REF }}
Expand Down

0 comments on commit 6eb9499

Please sign in to comment.