You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/schema.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,6 @@ jobs:
40
40
41
41
- name: Create PR
42
42
if: steps.schema.outputs.changed
43
-
run: gh pr create --fill --base develop --body 'Created by the [`schema.yml`](https://github.com/aws/serverless-application-model/blob/develop/.github/workflows/schema.yml) workflow.'
43
+
run: printf '> **Note**\n> If checks do not start, close then reopen this pull request.\n\nCreated by the [`schema.yml`](https://github.com/aws/serverless-application-model/blob/develop/.github/workflows/schema.yml) workflow.\n' | gh pr create --fill --base develop --body-file -
0 commit comments