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

This commit is contained in:
Opti1337 2024-03-01 06:49:04 +03:00
parent 4a611755d2
commit fb5483f4b6

View File

@ -10,6 +10,7 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: main runs-on: main
steps: steps:
- run: export PATH=$PATH:/home/act_runner/.nvm/versions/node/v20.11.1/bin
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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 "🐧 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 }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."