Compare commits

...

2 Commits

Author SHA1 Message Date
bd8d23e022 Merge branch 'master' of http://192.168.10.248:3000/Smart/smartEnergyView-backend
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m1s
2026-03-20 14:09:58 -03:00
58bec022d1 Change runner environment from ubuntu-latest to windows:host in Gitea Actions workflow 2026-03-20 14:08:33 -03:00

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: windows:host
runs-on: windows
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!"