23 Commits

Author SHA1 Message Date
b409324a19 Update .gitea/workflows/fedora-checkout.yml
All checks were successful
release / checkout (push) Successful in 4s
2025-08-13 13:09:35 +00:00
5f7973b986 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Failing after 7s
2025-08-13 13:08:04 +00:00
25ee31f98d Update workflows/fedora-checkout.yml
All checks were successful
checkout / checkout (push) Successful in 4s
update runner name
2025-08-13 13:04:27 +00:00
09b672f6dd Delete act_runner
All checks were successful
checkout / checkout (push) Successful in 4s
remove binary file
2025-08-13 12:35:35 +00:00
3834810b5a Update .gitea/workflows/fedora-checkout.yml
All checks were successful
checkout / checkout (push) Successful in 4s
2025-08-13 10:59:56 +00:00
a65df3922e Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-13 10:59:12 +00:00
01220dc8a5 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-13 10:35:59 +00:00
2ebe47cbe3 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-13 10:34:30 +00:00
61e66d370c Update .gitea/workflows/fedora-checkout.yml
All checks were successful
checkout / checkout (push) Successful in 6s
2025-08-13 10:33:40 +00:00
3a9d8d2de1 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-13 10:08:53 +00:00
47fc363ccc Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-13 09:54:50 +00:00
8e7da47925 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-12 20:00:30 +00:00
1fbd882452 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-12 19:47:44 +00:00
80a16c73fb Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-12 19:42:31 +00:00
8ef5834e9c Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-12 19:21:08 +00:00
adbbdf6513 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-12 19:12:12 +00:00
c56fcd2b62 Delete .gitea/workflows/gitea-actions-demo.yml
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-12 19:05:57 +00:00
22ce2066f8 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
checkout / checkout (push) Has been cancelled
another try
2025-08-12 18:27:54 +00:00
5999e99dde Update .gitea/workflows/gitea-actions-demo.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
checkout / checkout (push) Has been cancelled
switch to ubuntu-latest
2025-08-12 18:23:22 +00:00
576fca21da Add .gitea/workflows/gitea-actions-demo
Some checks failed
checkout / checkout (push) Has been cancelled
fedora-host runner test
2025-08-12 18:21:59 +00:00
24da2dd035 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
checkout / checkout (push) Has been cancelled
modify label of runner
2025-08-12 18:17:23 +00:00
Lukas Greve
5f1c930a6d Merge branch 'main' of ssh://git.phyllo.me:29418/actions/test-actions
Some checks failed
checkout / checkout (push) Has been cancelled
2025-08-12 20:15:49 +02:00
Lukas Greve
55646f28cb new runner 2025-08-12 20:15:09 +02:00
3 changed files with 17 additions and 10 deletions

View File

@@ -1,15 +1,21 @@
name: checkout name: release
on: on:
push: push:
branches: tags:
- main # Or your desired branch - '*'
jobs: jobs:
checkout: checkout:
runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42 runs-on: fedora-latest
steps: steps:
- uses: https://git.phyllo.me/actions/checkout@v4 - uses: https://git.phyllo.me/actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: https://git.phyllo.me/actions/action-gh-release@v2
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'

Binary file not shown.

View File

@@ -1,13 +1,14 @@
name: checkout name: checkout
on: on:
push: push:
tags: branches:
- '*' - main # Or your desired branch
jobs: jobs:
checkout: checkout:
runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42 runs-on: fedora-latest
steps: steps:
- uses: https://git.phyllo.me/actions/checkout@v4 - uses: https://git.phyllo.me/actions/checkout@v4