Skip to content

Commit

Permalink
Merge pull request #1852 from Expensify/Rory-FixTypoInAutomerge
Browse files Browse the repository at this point in the history
Fix typo in automerge workflow
  • Loading branch information
Jag96 authored Mar 18, 2021
2 parents 13fb5fd + d8c91ff commit 44ca84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: Expensify/Expensify.cash/.github/actions/isPullRequestMergeable@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_NUMBER: ${{ github.events.pull_request.number }}
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}

master:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 44ca84a

Please sign in to comment.