Skip to content

Commit

Permalink
Fix parameters in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
orestesgaolin committed Aug 27, 2020
1 parent 1dde00b commit 5c8c2b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: thomaseizinger/create-pull-request@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
head: ${{ github.ref }}
base: master
title: "An automatically created PR!"
```

Expand Down

0 comments on commit 5c8c2b6

Please sign in to comment.