Fix runs-on label
All checks were successful
Forgejo Actions Demo / Explore-Forgejo-Actions (push) Successful in 9s

This commit is contained in:
alejandro-angulo 2026-02-14 09:31:56 -08:00
parent e40a1b3be7
commit 619cf2b85d

View file

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