Compare commits

...

12 Commits

Author SHA1 Message Date
chenwj113 a32ae05ecb fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 41s Details
2024-06-01 17:01:03 +08:00
chenwj113 830b8966b1 fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 44s Details
2024-05-30 11:39:11 +08:00
chenwj113 1e3e721ddb bugfix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 55s Details
2024-05-30 11:06:07 +08:00
chenwj113 c9cb5106fc bugfix 2024-05-30 11:04:37 +08:00
chenwj113 b9087be401 fix: 2024-05-30 10:59:55 +08:00
chenwj113 1d6e34c8e4 fix: 2024-05-30 10:56:48 +08:00
chenwj113 3466bb0a64 fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 13s Details
2024-05-30 10:32:43 +08:00
chenwj113 b9028bf342 v2.0.0
Gitea Action for docker build runtime / gitea-action-test (push) Has been cancelled Details
2024-05-30 10:18:02 +08:00
chenwj113 eca038d6a2 fix
Gitea Action for docker build runtime / gitea-action-test (push) Failing after 8s Details
2024-05-30 10:15:57 +08:00
chenwj113 6001d9f8db v2.0.0
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 10s Details
2024-05-30 10:13:45 +08:00
chenwj113 91d3f36171 fix:
Gitea Action for docker build runtime / gitea-action-test (push) Successful in 8s Details
2024-05-30 10:03:18 +08:00
chenwj113 8028ab740a bugfix: 2024-05-30 10:02:26 +08:00
1 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,9 @@ 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/actions/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
@ -22,3 +25,4 @@ jobs:
fi fi
echo $version echo $version
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."
- run: echo "Tag name from gitea.ref ${{ gitea.ref }}"