Fixing example job
Some checks are pending
Actions demo / simple-echo (push) Waiting to run

This commit is contained in:
shockrah 2024-08-17 16:01:32 -07:00
parent 01cf3c3269
commit 11a7fcecf4

View File

@ -5,7 +5,7 @@ on:
jobs:
simple-echo:
runs-on: ubuntu-latest
runs-on: giea-main
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!"