Aktualizovat „.gitea/workflows/build.yml“
Explore-Gitea-Actions Details

This commit is contained in:
Radim Lipovčan 2023-04-01 17:00:11 +02:00
parent 172f6a8b8b
commit 5be642d800
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ run-name: Testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu:22.04
runs-on: ubuntu-22.04
steps:
- run: echo "🎉 The job was automatically triggered by a push event."
- run: echo "💡 The gitea-runner-example repository has been cloned to the runner."