This commit is contained in:
Ing 2023-09-01 06:12:44 +08:00
parent f0d276c4fd
commit 33aebc2d87
43 changed files with 738 additions and 741 deletions

View File

@ -11,7 +11,7 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
push: push:
description: 'push' description: "push"
default: false default: false
type: boolean type: boolean
jobs: jobs:
@ -59,4 +59,3 @@ jobs:
else else
echo "No change ..." echo "No change ..."
fi fi

View File

@ -5,7 +5,6 @@
# See /LICENSE for more information. # See /LICENSE for more information.
# #
name: Auto Comment name: Auto Comment
on: on:
issues: issues:
@ -21,7 +20,6 @@ jobs:
git config --global user.name "github-actions[bot]" git config --global user.name "github-actions[bot]"
sudo timedatectl set-timezone "Asia/Shanghai" sudo timedatectl set-timezone "Asia/Shanghai"
- name: Check Issues - name: Check Issues
run: | run: |
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
@ -34,7 +32,7 @@ jobs:
if: env.FALG == 'false' if: env.FALG == 'false'
uses: actions-cool/issues-helper@v3 uses: actions-cool/issues-helper@v3
with: with:
actions: 'create-comment' actions: "create-comment"
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }} issue-number: ${{ github.event.issue.number }}
body: | body: |

View File

@ -20,11 +20,11 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version:
description: 'format %y.%-m.$i or auto' description: "format %y.%-m.$i or auto"
required: false required: false
type: string type: string
prerelease: prerelease:
description: 'pre release' description: "pre release"
default: false default: false
type: boolean type: boolean

View File

@ -1,6 +1,6 @@
# https://taskfile.dev # https://taskfile.dev
version: '3' version: "3"
tasks: tasks:
build-img: build-img:

File diff suppressed because it is too large Load Diff