Tweak
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s Details
Gitea Actions Test - Make / Explore-Gitea-Actions (push) Failing after 0s Details

This commit is contained in:
Peter J. Holzer 2023-07-09 22:02:45 +02:00
parent 677e0ef2ef
commit a97cdaf10f
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: trintignant
steps: steps:
- 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!"

View File

@ -6,5 +6,5 @@ jobs:
runs-on: trintignant runs-on: trintignant
steps: steps:
- run: pwd - run: pwd
- run: make - run: cd ${{ gitea.workspace }}; make
- run: make install - run: cd ${{ gitea.workspace }}; make install