Skip to content

Commit

Permalink
ci(schema): add PR checks workaround to description (#2861)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffa authored Feb 4, 2023
1 parent 7f36ef1 commit abd7597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Create PR
if: steps.schema.outputs.changed
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.'
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 -
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit abd7597

Please sign in to comment.