Skip to content

Commit ae09226

Browse files
committed
Moar naming - verbs yay
1 parent a04234d commit ae09226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: sentry-docs
1+
name: Cascade to sentry-docs
22
on:
33
push:
44
branches:
55
- "main"
66
workflow_dispatch: # temp for testing, remove if you like
77
jobs:
8-
bump_api_schema_sha:
8+
cascade-to-sentry-docs:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Bump API schema SHA in sentry-docs
11+
- name: Cascade to sentry-docs
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
1414
run: gh workflow run bump-api-schema-sha -R getsentry/sentry-docs

0 commit comments

Comments
 (0)