Update .gitea/workflows/build.yml

This commit is contained in:
Zakary Timson 2023-07-27 01:16:22 +00:00
parent 96f77247da
commit b320982932

View File

@ -4,7 +4,8 @@ on: [push]
jobs:
Example:
image: alpine
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!"