parent
5be2683194
commit
fa8fa572c4
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
build:
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
|
@ -20,4 +22,5 @@ jobs:
|
|||
- name: List files in the repository
|
||||
run: |
|
||||
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