We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a1ff6 commit c1a6e17Copy full SHA for c1a6e17
1 file changed
.github/workflows/android-maestro-version-matrix.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/checkout@v3
41
42
- name: Run Android Maestro Tests
43
- uses: devicecloud-dev/device-cloud-for-maestro@v1
+ uses: devicecloud-dev/device-cloud-for-maestro@latest
44
with:
45
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
46
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
0 commit comments