6 Commits
v1.1.1 ... main

Author SHA1 Message Date
f520dd4782 Update .gitea/workflows/checkout_fedora-image.yml
All checks were successful
checkout_fedora-image / checkout (push) Successful in 9s
2025-11-18 15:12:28 +00:00
98a1ab6f86 Update .gitea/workflows/checkout_fedora-image.yml
Some checks failed
checkout_fedora-image / checkout (push) Failing after 0s
2025-11-18 11:31:52 +00:00
Lukas Greve
6a2af26495 revert
All checks were successful
make-a-release / release (push) Successful in 16s
2025-11-17 16:18:55 +01:00
Lukas Greve
086f0b3937 ya 2025-11-17 16:16:30 +01:00
Lukas Greve
172cf52bea another test
Some checks failed
make-a-release / release (push) Failing after 13s
2025-11-17 16:14:28 +01:00
Lukas Greve
4f475d321f fix
All checks were successful
make-a-release / release (push) Successful in 10s
2025-11-17 15:58:28 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: checkout_fedora-image
on:
push:
branches: [ devel ]
branches: [ main ]
jobs:
checkout:

View File

@@ -22,11 +22,12 @@ jobs:
- name: Build
run: echo ${{ github.sha }} > Release.txt
- name: Test
run: cat Release.txt
- name: Release
- uses: https://git.phyllo.me/devops/action-gh-release@v2
uses: https://git.phyllo.me/devops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
files: Release.txt