瀏覽代碼

Update rebase.yml (#5245)

modifyDataloader
Glenn Jocher GitHub 3 年之前
父節點
當前提交
4f5e274eee
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 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…
取消
儲存