Gitea Actions test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s

This commit is contained in:
Opti1337 2024-03-01 06:58:05 +03:00
parent fd8a99e54b
commit 29cb454221

View File

@ -2,10 +2,6 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
defaults:
run:
shell: sh
jobs:
Explore-Gitea-Actions:
runs-on: main
@ -20,5 +16,5 @@ jobs:
- run: echo "MAMAAAAAAAAAAAAA"
- name: List files in the repository
run: |
$NVM_BIN/node -v
echo $NVM_BIN
- run: echo "🍏 This job's status is ${{ job.status }}."