Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 0840490

Browse files
[v1.0.4] Fix can't deploy apk to internal testing (#84)
1 parent e364517 commit 0840490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_internal_testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
1313
environment: production
14-
if: ${{ github.actor != 'dependabot[bot]' }
14+
if: ${{ github.actor != 'dependabot[bot]' }}
1515

1616
steps:
1717
- name: Checkout code

0 commit comments

Comments
 (0)