test5
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 51s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 51s
Details
This commit is contained in:
parent
4ae8bbd38e
commit
4c5f96df34
|
@ -19,3 +19,5 @@ jobs:
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
- run: docker version
|
- run: docker version
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v2
|
Loading…
Reference in New Issue