fix:
This commit is contained in:
parent
3466bb0a64
commit
1d6e34c8e4
|
|
@ -8,6 +8,8 @@ jobs:
|
||||||
gitea-action-test:
|
gitea-action-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: https://git.airpig.cn/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
commit_msg=${{ github.event.head_commit.message }}
|
commit_msg=${{ github.event.head_commit.message }}
|
||||||
version=v1.0.0
|
version=v1.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue