Update actions

This commit is contained in:
Daniel Holle 2024-03-08 15:08:45 +01:00
parent 20d6cb8eb9
commit 452064398a

View File

@ -1,9 +1,8 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: Build and Test with Maven
on: [push]
jobs:
Explore-Gitea-Actions:
Build-and-test-with-Maven:
runs-on: ubuntu-latest
steps:
- name: Check out repository code