比较提交

...

2 次代码提交

作者 SHA1 备注 提交日期
Continuous Integration 7ffaec689c Continuous Integration Build Artifacts ym files converted to xml 2023-10-22 18:52:02 +00:00
Continuous Integration 6c060f2897 Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / build-branch (push) Failing after 22s 详情
2023-10-22 18:51:51 +00:00
共有 9 个文件被更改,包括 12 次插入2190 次删除

查看文件

@ -10,6 +10,8 @@ jobs:
steps: steps:
# https://github.com/RouxAntoine/checkout/tree/v3.5.4 # https://github.com/RouxAntoine/checkout/tree/v3.5.4
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}
- uses: http://sigyl.com:3000/actions/setup-node@v3 - uses: http://sigyl.com:3000/actions/setup-node@v3
with: with:
node-version: '20' node-version: '20'
@ -45,5 +47,5 @@ jobs:
run: | run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
chmod +x ./tea chmod +x ./tea
./tea c $PR "this branch has been built on [${{ env.BUILD_BRANCH }}](https://sigyl.com/git/another-user/batch-example/src/branch/build-yet-another)" ./tea c $PR "this branch has been built on [${{ env.BUILD_BRANCH }}](${{ github.serverUrl }}/${{ github.repository }}/src/branch/${{ env.BUILD_BRANCH }})"

查看文件

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}
- name: ls - name: ls
run: ls run: ls
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
@ -28,4 +30,4 @@ jobs:
git config --global user.email "username@users.noreply.github.com" git config --global user.email "username@users.noreply.github.com"
git add -A git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml" git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml"
-f origin HEAD:refs/heads/deployed-${{ github.ref_name }} git push -f origin HEAD:refs/heads/deployed-${{ github.ref_name }}

查看文件

@ -10,6 +10,8 @@ jobs:
steps: steps:
# https://github.com/RouxAntoine/checkout/tree/v3.5.4 # https://github.com/RouxAntoine/checkout/tree/v3.5.4
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}
- uses: http://sigyl.com:3000/actions/setup-node@v3 - uses: http://sigyl.com:3000/actions/setup-node@v3
with: with:
node-version: '20' node-version: '20'

查看文件

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}
- name: on-merge - name: on-merge
run: | run: |
echo The PR was merged into ${{ github.event.pull_request.base.ref }} from ${{ github.ref_name }} from ${{ github.ref }} type ${{ github.ref_type }} echo The PR was merged into ${{ github.event.pull_request.base.ref }} from ${{ github.ref_name }} from ${{ github.ref }} type ${{ github.ref_type }}

文件差异内容过多而无法显示 加载差异

1
equipment-model.axml Normal file

文件差异因一行或多行过长而隐藏

文件差异内容过多而无法显示 加载差异

文件差异因一行或多行过长而隐藏

二进制
tea

二进制文件未显示。