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 e4ea127 commit efb641fCopy full SHA for efb641f
.github/workflows/build-on-tag.yml
@@ -13,10 +13,7 @@ jobs:
13
steps:
14
15
- name: Checkout code
16
- uses: actions/checkout@master
17
-
18
- - name: Git safe directories
19
- run: git config --global --add safe.directory /github/workspace
+ uses: actions/checkout@v2
20
21
- name: Read CHANGELOG.md
22
id: changelog
@@ -29,7 +26,7 @@ jobs:
29
26
30
27
- name: Run rpmbuild on RPM spec to produce package
31
28
id: rpm_build
32
- uses: alvarolopez/rpmbuild@rockylinux9
+ uses: antedebaas/rpmbuild@v1.0.0
33
with:
34
spec_file: "arctis-manager.rpm.spec"
35
0 commit comments