Skip to content

Commit

Permalink
Update update_schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox committed Oct 11, 2020
1 parent fb1047a commit ba0f729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:

- name: Generate Pull Request
uses: peter-evans/create-pull-request@c7f493a8000b8aeb17a1332e326ba76b57cb83eb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "CloudFormation Updates"
body: ${{ env.GENERATE_OUTPUT }}
commit-message: "fix(schema): CloudFormation Updates"
Expand Down

0 comments on commit ba0f729

Please sign in to comment.