Skip to content

Commit abd7597

Browse files
authored
ci(schema): add PR checks workaround to description (#2861)
1 parent 7f36ef1 commit abd7597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
4141
- name: Create PR
4242
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 -
4444
env:
4545
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)