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 c2a44c1 commit 4b2db43Copy full SHA for 4b2db43
.github/workflows/update-deps.yml
@@ -9,19 +9,18 @@ on:
9
pull_request: # temporary until we merge the PR
10
11
jobs:
12
- java:
+ cocoa:
13
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
14
with:
15
- path: scripts/update-java.sh
16
- name: Java/Android SDK
+ path: scripts/update-cocoa.sh
+ name: Cocoa SDK
17
secrets:
18
api-token: ${{ secrets.CI_DEPLOY_KEY }}
19
20
- cocoa:
+ java:
21
22
23
- path: scripts/update-cocoa.sh
24
- name: Cocoa SDK
25
- runs-on: macos-latest
+ path: scripts/update-java.sh
+ name: Java SDK
26
27
0 commit comments