Update task names

This commit is contained in:
2025-11-29 19:47:26 +01:00
parent 20da6f7773
commit f3e9e6fc3b
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
name: Build and provide rpm of surrogator
run-name: Build surrogator from ${{ gitea.repository }} COPR
run-name: Build surrogator from ${{ gitea.repository }} on COPR
on: [release]
jobs:
rpmbuild:
@@ -7,7 +7,7 @@ jobs:
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build the rpms
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
+2 -2
View File
@@ -1,5 +1,5 @@
name: Build and provide rpm of surrogator
run-name: Build surrogator from ${{ gitea.repository }} COPR
run-name: Build surrogator from ${{ gitea.repository }} on COPR
on: [release]
jobs:
rpmbuild:
@@ -7,7 +7,7 @@ jobs:
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build the rpms
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
+2 -2
View File
@@ -1,5 +1,5 @@
name: Build and provide rpm of surrogator
run-name: Build surrogator from ${{ gitea.repository }} COPR
run-name: Build surrogator from ${{ gitea.repository }} on COPR
on: [release]
jobs:
rpmbuild:
@@ -7,7 +7,7 @@ jobs:
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build the rpms
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
+2 -2
View File
@@ -1,5 +1,5 @@
name: Build and provide rpm of surrogator
run-name: Build surrogator from ${{ gitea.repository }} COPR
run-name: Build surrogator from ${{ gitea.repository }} on COPR
on:
workflow_dispatch:
inputs:
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build the rpms
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}