mirror of https://github.com/docker/docs.git
ci: add checkout for merge job
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
6e48a6bef3
commit
7299fb4d9b
|
@ -12,6 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
if: github.repository_owner == 'docker'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue