docs: updates related to checkout

This commit is contained in:
Peter Evans 2020-09-01 09:15:45 +09:00
parent 105f0d3816
commit 5ea31358e9
2 changed files with 6 additions and 1 deletions

View file

@ -26,6 +26,10 @@ Create Pull Request action will:
## Usage
```yml
- uses: actions/checkout@v2
# Make changes to pull request here
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
```