Skip to content

Commit 9aa1304

Browse files
authored
chore: updated push pipeline to fetch fastlane data from fastlane branch (#2504)
1 parent d3318f1 commit 9aa1304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push-event.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
- name: Update app in Open Testing track
150150
if: ${{ github.repository == 'fossasia/pslab-android' }}
151151
run: |
152+
git clone --branch=fastlane https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
152153
bundle exec fastlane uploadToOpenTesting
153154
if [[ $? -ne 0 ]]; then
154155
exit 1

0 commit comments

Comments
 (0)