Skip to content

Commit

Permalink
fix json error in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 10, 2021
1 parent e72488a commit 61cec92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
AWS_REGION: ${{ secrets.AWS_REGION }}
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
Expand Down

0 comments on commit 61cec92

Please sign in to comment.