Skip to content

Update update-cocoa.sh to also update the sample podspec and run `p… #954

Update update-cocoa.sh to also update the sample podspec and run `p…

Update update-cocoa.sh to also update the sample podspec and run `p… #954

Workflow file for this run

name: Update Dependencies
on:
# Run every day.
schedule:
- cron: '0 3 * * *'
# And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict.gi
push:
branches:
- main
jobs:
cocoa:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3

Check failure on line 14 in .github/workflows/update-deps.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-deps.yml

Invalid workflow file

error parsing called workflow ".github/workflows/update-deps.yml" -> "getsentry/github-workflows/.github/workflows/updater.yml@v3" : failed to fetch workflow: workflow was not found.
with:
path: scripts/update-cocoa.sh
name: Cocoa SDK
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}
java:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
with:
path: scripts/update-java.sh
name: Java SDK
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}