Change the name of the target runner

This commit is contained in:
Savanni D'Gerinel 2025-03-27 23:37:39 -04:00
parent 9dd8b2716e
commit 0e45e22cac

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
runs-on: beacon
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "This job is now running on ${{ runner.os }} server hosted by Gitea!"