can I use a custom image?
All checks were successful
Example Action / Example-Actions (push) Successful in 35s

This commit is contained in:
2025-07-04 11:24:32 +02:00
parent 653d3e238d
commit 44d4b83a80

View File

@ -3,6 +3,8 @@ on: [push]
jobs:
Example-Actions:
runs-on: ubuntu-22.04
runs-on: linepics
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."