Skip to content

Commit a42c4ce

Browse files
committed
Switch to proxmox-ve
1 parent aed65b4 commit a42c4ce

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: proxmox
1+
name: proxmox-ve
22

33
on:
44
push:
55
branches:
6-
- proxmox
6+
- proxmox-ve
77
schedule:
88
- cron: '0 4 * * 5'
99
workflow_dispatch:
1010

1111
env:
12-
BRANCH: proxmox
12+
BRANCH: proxmox-ve
1313
GITHUB_ENDPOINT: netbootxyz/asset-mirror
1414
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
1515
BUILD_TYPE: iso_extraction
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
with:
26-
ref: proxmox
26+
ref: proxmox-ve
2727

2828
- name: Get SHA of actual branch instead of master
2929
run: |

endpoints.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
endpoints:
2-
proxmox:
2+
proxmox-ve:
33
path: /asset-mirror/releases/download/REPLACE_RELEASE_NAME/
44
files:
55
- initrd
66
- proxmox.iso
77
- vmlinuz
8-
os: "proxmox"
8+
os: "proxmox-ve"
99
version: "REPLACE_VERSION"

0 commit comments

Comments
 (0)