Tweak
This commit is contained in:
parent
677e0ef2ef
commit
a97cdaf10f
|
@ -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!"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue