Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3711506160 | |||
| 1f75ee9ffb | |||
| b409324a19 |
@@ -1,13 +1,13 @@
|
|||||||
name: checkout
|
name: release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- main # Or your desired branch
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
runs-on: fedora-latest
|
runs-on: rocky-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.phyllo.me/actions/checkout@v4
|
- uses: https://git.phyllo.me/actions/checkout@v4
|
||||||
@@ -17,5 +17,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
bin/**
|
bin/**
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
|
||||||
@@ -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
|
[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
|
## 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.
|
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