Files
test-actions/.gitea/workflows/fedora-checkout.yml
lukas 5f7973b986
Some checks failed
checkout / checkout (push) Failing after 7s
Update .gitea/workflows/fedora-checkout.yml
2025-08-13 13:08:04 +00:00

22 lines
401 B
YAML

name: checkout
on:
push:
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: fedora-latest
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}}'