gitea_runner.yaml edit 2
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Details
This commit is contained in:
parent
1317a4c3fd
commit
ce6620b1ae
|
|
@ -5,7 +5,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
steps:
|
steps:
|
||||||
- run: echo pwd
|
- run: pwd
|
||||||
|
- run: ls -la
|
||||||
# - 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 }}."
|
||||||
# - name: Check out repository code
|
# - name: Check out repository code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue