There was an error while loading. Please reload this page.
1 parent aed65b4 commit a42c4ceCopy full SHA for a42c4ce
2 files changed
.github/workflows/proxmox.yml .github/workflows/proxmox-ve.yml.github/workflows/proxmox.yml renamed to .github/workflows/proxmox-ve.yml
@@ -1,15 +1,15 @@
1
-name: proxmox
+name: proxmox-ve
2
3
on:
4
push:
5
branches:
6
- - proxmox
+ - proxmox-ve
7
schedule:
8
- cron: '0 4 * * 5'
9
workflow_dispatch:
10
11
env:
12
- BRANCH: proxmox
+ BRANCH: proxmox-ve
13
GITHUB_ENDPOINT: netbootxyz/asset-mirror
14
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
15
BUILD_TYPE: iso_extraction
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
with:
26
- ref: proxmox
+ ref: proxmox-ve
27
28
- name: Get SHA of actual branch instead of master
29
run: |
endpoints.template
@@ -1,9 +1,9 @@
endpoints:
- proxmox:
+ proxmox-ve:
path: /asset-mirror/releases/download/REPLACE_RELEASE_NAME/
files:
- initrd
- proxmox.iso
- vmlinuz
- os: "proxmox"
+ os: "proxmox-ve"
version: "REPLACE_VERSION"
0 commit comments