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 36ad36a commit e8266bdCopy full SHA for e8266bd
.github/workflows/bump-api-schema-sha.yml
@@ -23,7 +23,7 @@ jobs:
23
git config user.email "bot@getsentry.com"
24
git config user.name "openapi-getsentry-bot"
25
26
- filepath="src/gatsby/utils/resolveOpenAPI.ts"
+ filepath="src/build/resolveOpenAPI.ts"
27
sha="$(curl -sSL 'https://api.github.com/repos/getsentry/sentry-api-schema/commits/main' | awk 'BEGIN { RS=",|:{\n"; FS="\""; } $2 == "sha" { print $4 }')"
28
sed -i -e "s|^const SENTRY_API_SCHEMA_SHA =.*$|const SENTRY_API_SCHEMA_SHA = '$sha';|g" "$filepath"
29
0 commit comments