Update .gitea/workflows/job1.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
root 2023-12-13 20:56:11 +08:00
parent fcd9cd4da8
commit 6e6dc5246a
1 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,7 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: List files in the repository - run: |
run: |
ls -l ls -l
curl -v www.homeinfra.org curl -v www.homeinfra.org
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."