fix workflow
Some checks are pending
Builder / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
alex 2024-09-19 22:39:57 -04:00
parent ab0059b0d2
commit c1fb36591a

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: linux_amd64:host runs-on: ubuntu-latest
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 "This job is now running on a ${{ runner.os }} server hosted by Gitea!"