We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6a130 commit 5fe6407Copy full SHA for 5fe6407
.github/workflows/download-config.yml
@@ -19,9 +19,11 @@ env:
19
TZ: Asia/Shanghai
20
21
jobs:
22
- init-env:
+ build:
23
runs-on: ubuntu-latest
24
+
25
steps:
26
27
- name: Checkout
28
uses: actions/checkout@v2
29
with:
@@ -54,14 +56,12 @@ jobs:
54
56
[ -e files ] && mv files files
55
57
chmod +x $DIY_P2_SH
58
./$DIY_P2_SH
-
- Set-config:
59
- runs-on: ubuntu-latest
60
- steps:
61
- name: SSH connection to Actions
62
uses: mxschmitt/[email protected]
63
if: ${{ github.event_name == 'workflow_dispatch' && inputs.ssh }}
64
65
- name: Pack the CONFIG
66
id: compile
67
run: |
0 commit comments