Skip to content

Commit 8e05fbc

Browse files
authored
Merge pull request #11 from ZGCloud-ZGY/revert-10-ZGCloud-ZGY-patch-1
Revert "Update download-config.yml"
2 parents 4a6a130 + 5fe6407 commit 8e05fbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/download-config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ env:
1919
TZ: Asia/Shanghai
2020

2121
jobs:
22-
init-env:
22+
build:
2323
runs-on: ubuntu-latest
24+
2425
steps:
26+
2527
- name: Checkout
2628
uses: actions/checkout@v2
2729
with:
@@ -54,14 +56,12 @@ jobs:
5456
[ -e files ] && mv files files
5557
chmod +x $DIY_P2_SH
5658
./$DIY_P2_SH
57-
58-
Set-config:
59-
runs-on: ubuntu-latest
60-
steps:
59+
6160
- name: SSH connection to Actions
6261
uses: mxschmitt/[email protected]
6362
if: ${{ github.event_name == 'workflow_dispatch' && inputs.ssh }}
6463

64+
6565
- name: Pack the CONFIG
6666
id: compile
6767
run: |

0 commit comments

Comments
 (0)