Update .gitea/workflows/build.yml
Some checks reported warnings
Build / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Zakary Timson 2023-07-27 01:17:30 +00:00
parent b320982932
commit b3fa846253

View File

@ -3,9 +3,10 @@ run-name: ${{ gitea.actor }} is building
on: [push]
jobs:
Example:
container:
image: alpine
Explore-Gitea-Actions:
runs-on: docker
container:
image: alpine
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!"