Skip to content

Commit

Permalink
Fix readme example for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Oct 16, 2023
1 parent 757d462 commit 78c4c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create pull request
uses: thomaseizinger/create-pull-request@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
head: ${{ github.ref }}
base: master
title: "An automatically created PR!"
Expand All @@ -33,7 +33,7 @@ For self-hosted runners behind a corporate proxy, set the https_proxy environmen
- name: Create pull request
uses: thomaseizinger/create-pull-request@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
head: ${{ github.ref }}
base: master
title: "An automatically created PR!"
Expand Down

0 comments on commit 78c4c0f

Please sign in to comment.