Skip to content

Commit 67b2b81

Browse files
committed
Fix SDK checkout when building apps
1 parent ca533e0 commit 67b2b81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
uses: actions/checkout@v4
7777
with:
7878
path: sdk
79+
repository: ${{ github.repository }}
80+
ref: ${{ github.event_name == 'workflow_call' && 'refs/heads/master' || github.ref }}
7981
- name: Clone App
8082
uses: actions/checkout@v4
8183
with:

0 commit comments

Comments
 (0)