gitea_runner.yaml edit
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
60c5ea0674
commit
1317a4c3fd
|
|
@ -5,7 +5,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
steps:
|
steps:
|
||||||
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo pwd
|
||||||
# - 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