feat: cicd新增命令
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 10s
Details
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 10s
Details
This commit is contained in:
parent
7f20b3ec62
commit
f762052924
|
|
@ -8,4 +8,5 @@ jobs:
|
|||
gitea-action-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: "echo ${{ github.event.head_commit.message }}"
|
||||
- run: "echo ${{ github.event.head_commit.message }}"
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
Loading…
Reference in New Issue