Compare commits
12 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
a32ae05ecb | |
|
|
830b8966b1 | |
|
|
1e3e721ddb | |
|
|
c9cb5106fc | |
|
|
b9087be401 | |
|
|
1d6e34c8e4 | |
|
|
3466bb0a64 | |
|
|
b9028bf342 | |
|
|
eca038d6a2 | |
|
|
6001d9f8db | |
|
|
91d3f36171 | |
|
|
8028ab740a |
|
|
@ -8,6 +8,9 @@ jobs:
|
|||
gitea-action-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.airpig.cn/actions/checkout@v4
|
||||
|
||||
- run: |
|
||||
commit_msg=${{ github.event.head_commit.message }}
|
||||
version=v1.0.0
|
||||
|
|
@ -22,3 +25,4 @@ jobs:
|
|||
fi
|
||||
echo $version
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
||||
- run: echo "Tag name from gitea.ref ${{ gitea.ref }}"
|
||||
Loading…
Reference in New Issue