can I use a custom image?
All checks were successful
Example Action / Example-Actions (push) Successful in 35s
All checks were successful
Example Action / Example-Actions (push) Successful in 35s
This commit is contained in:
@ -3,6 +3,8 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Example-Actions:
|
Example-Actions:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: linepics
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- 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 }}."
|
||||||
|
Reference in New Issue
Block a user