1
0
Fork 0

1
/ test (push) Has been cancelled Details

Dieser Commit ist enthalten in:
Nick Slowinski 2024-04-02 09:24:16 +02:00 committet von Nicks Git-Service
Ursprung cd3afc0e86
Commit 6a7833aa91
Signiert von: Nicks Git-Service
GPG-Schlüssel-ID: 71E74D538F99C01A
1 geänderte Dateien mit 14 neuen und 14 gelöschten Zeilen

Datei anzeigen

@ -2,17 +2,17 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Testing stuff:
runs-on: docker
steps:
- run: echo "🎉 The job was automatically triggered by a 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 }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
Testingstuff:
runs-on: docker
steps:
- run: echo "🎉 The job was automatically triggered by a 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 }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."