Browse Source

feat(ci): Update `action-migrations` to track `main` branch (#27175)

Billy Vong 3 years ago
parent
commit
87d84fb768
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/migrations.yml

+ 1 - 1
.github/workflows/migrations.yml

@@ -91,7 +91,7 @@ jobs:
           echo "::set-output name=added::$(git diff --diff-filter=A --name-only origin/master HEAD | grep 'src/sentry/migrations/')"
 
       - name: Generate SQL for migration
-        uses: getsentry/action-migrations@v1.0.7
+        uses: getsentry/action-migrations@main
         env:
           SENTRY_LOG_LEVEL: ERROR
         with: