We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a817fe5 commit 0103275Copy full SHA for 0103275
.github/workflows/build_deb_rpm.yml
@@ -66,14 +66,14 @@ jobs:
66
67
steps:
68
- name: ⬇ Checkout hyperion.ng
69
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
70
with:
71
repository: ${{ inputs.repo_checkout }}
72
ref: ${{ inputs.head_sha || 'master' }}
73
submodules: recursive
74
75
- name: ⬇ Checkout hyperion.releases-ci
76
77
78
path: releases-ci
79
.github/workflows/publish_deb_rpm.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dnf install git gnupg2 zstd reprepro createrepo rpm-sign -y
32
33
- name: ⬇ Checkout
34
35
36
- name: 🔑 GPG Import
37
if: ${{ env.SECRET_GPG_KEY != null }}
0 commit comments