1
0
Fork 0

.forgejo/workflows/Testing.yaml aktualisiert
/ test (push) Has been cancelled Details

Dieser Commit ist enthalten in:
Nick Slowinski 2024-04-02 09:21:34 +02:00 committet von Nicks Git-Service
Ursprung fbfcbe4b4c
Commit 928d1ddd56
Signiert von: Nicks Git-Service
GPG-Schlüssel-ID: 71E74D538F99C01A
1 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -1,11 +1,10 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
Testing stuff:
runs-on: docker
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!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."