test5
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 51s Details

This commit is contained in:
dm 2024-08-13 08:50:29 +08:00
parent 4ae8bbd38e
commit 4c5f96df34
1 changed files with 3 additions and 1 deletions

View File

@ -19,3 +19,5 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: docker version
- name: Check out repository code
uses: actions/checkout@v2