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