mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 02:00:37 +08:00
CI: do not use token when downloading previous dist [skip ci]
This commit is contained in:
parent
daf80a4291
commit
f4c16f9d7c
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -42,7 +42,6 @@ jobs:
|
|||||||
filter: "tree:0" # we don't care about git history here
|
filter: "tree:0" # we don't care about git history here
|
||||||
fetch-tags: false
|
fetch-tags: false
|
||||||
path: ${{ steps.ramdisk.outputs.build_dir }}
|
path: ${{ steps.ramdisk.outputs.build_dir }}
|
||||||
token: ${{ secrets.GIT_TOKEN }}
|
|
||||||
- name: Setup build folder
|
- name: Setup build folder
|
||||||
run: |
|
run: |
|
||||||
if [ ! -d ${{ steps.ramdisk.outputs.build_dir }}/.git ]; then
|
if [ ! -d ${{ steps.ramdisk.outputs.build_dir }}/.git ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user