Skip to content

Update Dependencies #552

Update Dependencies

Update Dependencies #552

Workflow file for this run

name: Update Dependencies
on:
# Run every day.
schedule:
- cron: '0 3 * * *'
# Allow a manual trigger to be able to run the update when there are new dependencies or after a PR merge to resolve CHANGELOG conflicts.
workflow_dispatch:
jobs:
deps:
name: ${{ matrix.name }}
strategy:
fail-fast: false
matrix:
include:
- name: Dotnet SDK
path: dependencies/Sentry.properties
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2

Check failure on line 19 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@v2" (source tag with sha:f0117130a27970bef0dd4f5445ce1b0a456eec4d) : You have an error in your yaml syntax on line 124
with:
name: ${{ matrix.name }}
path: ${{ matrix.path }}
pr-strategy: update
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}