Skip to content

Commit

Permalink
use v1 of checkout action (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov authored Jan 7, 2020
1 parent 9b90390 commit 1de1961
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/create-pr-develop-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
pull-request:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout#fetch-all-branches
- uses: actions/checkout@v2
with:
ref: develop
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
# using v1 as repo-sync/pull-request recommends
# https://github.com/repo-sync/pull-request/issues/14
# https://github.com/actions/checkout
- uses: actions/checkout@v1

# https://github.com/repo-sync/pull-request
# if the pull request has been successfully merged, then create
Expand Down

0 comments on commit 1de1961

Please sign in to comment.