1
0
Fork 0

Update .gitea/workflows/build.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details

This commit is contained in:
neale 2023-10-25 17:56:14 -06:00
parent 964ec2df08
commit 8d8f16d046
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: simple-runner
runs-on: aarch64
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"