Browse Source

Merge pull request #3641 from element-hq/renovate/mobile-dev-inc-action-maestro-cloud-1.x

Update mobile-dev-inc/action-maestro-cloud action to v1.9.2
pull/3687/head
Benoit Marty 3 days ago committed by GitHub
parent
commit
717d1b2440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/maestro.yml

2
.github/workflows/maestro.yml

@ -79,7 +79,7 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: elementx-apk-maestro name: elementx-apk-maestro
- uses: mobile-dev-inc/action-maestro-cloud@v1.9.1 - uses: mobile-dev-inc/action-maestro-cloud@v1.9.2
if: (github.event_name == 'pull_request' && github.event.pull_request.fork == null) || github.event_name == 'workflow_dispatch' if: (github.event_name == 'pull_request' && github.event.pull_request.fork == null) || github.event_name == 'workflow_dispatch'
with: with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }} api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}

Loading…
Cancel
Save