Compare commits
20 Commits
5f1c930a6d
...
test6
Author | SHA1 | Date | |
---|---|---|---|
5f7973b986 | |||
25ee31f98d | |||
09b672f6dd | |||
3834810b5a | |||
a65df3922e | |||
01220dc8a5 | |||
2ebe47cbe3 | |||
61e66d370c | |||
3a9d8d2de1 | |||
47fc363ccc | |||
8e7da47925 | |||
1fbd882452 | |||
80a16c73fb | |||
8ef5834e9c | |||
adbbdf6513 | |||
c56fcd2b62 | |||
22ce2066f8 | |||
5999e99dde | |||
576fca21da | |||
24da2dd035 |
@@ -7,9 +7,15 @@ on:
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: fedora-42:host
|
||||
runs-on: fedora-latest
|
||||
|
||||
steps:
|
||||
- uses: https://git.phyllo.me/actions/checkout@v4
|
||||
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}}'
|
||||
|
||||
|
BIN
act_runner
BIN
act_runner
Binary file not shown.
@@ -1,13 +1,14 @@
|
||||
|
||||
name: checkout
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main # Or your desired branch
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42
|
||||
runs-on: fedora-latest
|
||||
|
||||
steps:
|
||||
- uses: https://git.phyllo.me/actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user