소스 검색

Update rebase.yml (#5245)

modifyDataloader
Glenn Jocher GitHub 2 년 전
부모
커밋
4f5e274eee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      .github/workflows/rebase.yml

+ 4
- 4
.github/workflows/rebase.yml 파일 보기

@@ -1,10 +1,9 @@
name: Automatic Rebase
# https://github.com/marketplace/actions/automatic-rebase

name: Automatic Rebase
on:
issue_comment:
types: [created]

jobs:
rebase:
name: Rebase
@@ -14,8 +13,9 @@ jobs:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.3.1
uses: cirrus-actions/rebase@1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
취소
저장