Compare commits
16 Commits
test6
...
fdasdfsgds
| Author | SHA1 | Date | |
|---|---|---|---|
| 636b9941bd | |||
| 88de705b44 | |||
| 62a4ad0954 | |||
| 230dc91af4 | |||
| 83cc04ea80 | |||
| 1b25f944a4 | |||
| c33d59b53b | |||
| 6f28810290 | |||
| 03e309a28d | |||
| eae0b9b2e6 | |||
| 833d70e75a | |||
| fbe429de2f | |||
| 4346280e0f | |||
| 3711506160 | |||
| 1f75ee9ffb | |||
| b409324a19 |
@@ -1,21 +1,15 @@
|
||||
name: checkout
|
||||
name: release
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # Or your desired branch
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: fedora-latest
|
||||
|
||||
runs-on: fedora-cloud-42
|
||||
# container: git.phyllo.me/roots/fedora-iso-creation:42
|
||||
steps:
|
||||
- uses: https://git.phyllo.me/actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: https://git.phyllo.me/actions/action-gh-release@v2
|
||||
with:
|
||||
files: |-
|
||||
bin/**
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
||||
fetch-depth: 0
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user