Compare commits
No commits in common. "master" and "75b8e9864d9e2647bd2c887762acc431f53c77a3" have entirely different histories.
master
...
75b8e9864d
|
@ -1,14 +0,0 @@
|
||||||
name: Gitea Actions Test - Make
|
|
||||||
run-name: make
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
Explore-Gitea-Actions:
|
|
||||||
runs-on: trintignant
|
|
||||||
steps:
|
|
||||||
- run: pwd
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- run: echo ${{vars.TEST_VAR}}
|
|
||||||
- run: cd ${{ gitea.workspace }}; ls -l
|
|
||||||
- run: cd ${{ gitea.workspace }}; make
|
|
||||||
- run: cd ${{ gitea.workspace }}; make install
|
|
|
@ -1,7 +1,7 @@
|
||||||
1
|
1
|
||||||
2 resolved!
|
2
|
||||||
3
|
3
|
||||||
33 (still all on the same line)
|
|
||||||
4
|
4
|
||||||
|
|
||||||
5, 6, 7, 8!
|
5
|
||||||
|
|
Loading…
Reference in New Issue