parent
5be2683194
commit
fa8fa572c4
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
build:
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
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."
|
||||||
|
@ -20,4 +22,5 @@ jobs:
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- run: echo " This job's status is ${{ job.status }}."
|
- run: echo " This job's status is ${{ job.status }}."
|
||||||
|
- run: ls -l /
|
Loading…
Reference in a new issue