5 Commits
test6 ... yo

Author SHA1 Message Date
fbe429de2f Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
Bump to new version action
2025-10-26 19:50:28 +00:00
4346280e0f Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 2s
Move to Fedora Rawhide
2025-10-26 19:37:20 +00:00
3711506160 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 2s
Test rocky runner
2025-10-25 10:04:32 +00:00
1f75ee9ffb Update README.md
Add command to run action locally directly on the host, without using Docker
2025-08-13 14:03:30 +00:00
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
2 changed files with 13 additions and 8 deletions

View File

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

View File

@@ -44,6 +44,12 @@ INFO[0000] Start server on http://192.168.122.175:34567
[checkout/checkout] Cleaning up network for job checkout, and network name is: GITEA-ACTIONS-TASK-push_WORKFLOW-checkout_JOB-checkout-checkout-network
```
- If you wish to run the action locally with a self-hosted runner that runs directly on the host, use the following instead:
```
./act_runner exec --workflows workflows/checkout.yml -i -self-hosted
```
## How workflows are used in Phyllome OS
Several known actions repositories are mirrored within Phyllome's Gitea instance, under the [actions](https://git.phyllo.me/actions) organization.