Skip to content

Commit

Permalink
Fix readme example for inputs (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar authored Oct 17, 2023
1 parent 757d462 commit 52baa14
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 52baa14

Please sign in to comment.