Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
|
|
@ -8,9 +8,6 @@ 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
|
||||
|
|
@ -25,4 +22,3 @@ 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