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 494dd3d commit 7fb98b2Copy full SHA for 7fb98b2
.github/workflows/bump-api-schema-sha.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
git config user.email "bot@getsentry.com"
22
git config user.name "openapi-getsentry-bot"
23
- git checkout --branch "bot/bump-api-schema-to-${sha:0:8}"
+ git checkout -b "bot/bump-api-schema-to-${sha:0:8}"
24
25
filepath="src/gatsby/utils/resolveOpenAPI.ts"
26
sha="$(curl -sSL 'https://api.github.com/repos/getsentry/sentry-api-schema/commits/main' | awk 'BEGIN { RS=",|:{\n"; FS="\""; } $2 == "sha" { print $4 }')"
0 commit comments