We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3318f1 commit 9aa1304Copy full SHA for 9aa1304
.github/workflows/push-event.yml
@@ -149,6 +149,7 @@ jobs:
149
- name: Update app in Open Testing track
150
if: ${{ github.repository == 'fossasia/pslab-android' }}
151
run: |
152
+ git clone --branch=fastlane https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
153
bundle exec fastlane uploadToOpenTesting
154
if [[ $? -ne 0 ]]; then
155
exit 1
0 commit comments