mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
format
This commit is contained in:
parent
f0d276c4fd
commit
33aebc2d87
3
.github/workflows/grub.yml
vendored
3
.github/workflows/grub.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
push:
|
||||
description: 'push'
|
||||
description: "push"
|
||||
default: false
|
||||
type: boolean
|
||||
jobs:
|
||||
@ -59,4 +59,3 @@ jobs:
|
||||
else
|
||||
echo "No change ..."
|
||||
fi
|
||||
|
||||
|
4
.github/workflows/issues.yml
vendored
4
.github/workflows/issues.yml
vendored
@ -5,7 +5,6 @@
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
|
||||
name: Auto Comment
|
||||
on:
|
||||
issues:
|
||||
@ -21,7 +20,6 @@ jobs:
|
||||
git config --global user.name "github-actions[bot]"
|
||||
sudo timedatectl set-timezone "Asia/Shanghai"
|
||||
|
||||
|
||||
- name: Check Issues
|
||||
run: |
|
||||
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
|
||||
@ -34,7 +32,7 @@ jobs:
|
||||
if: env.FALG == 'false'
|
||||
uses: actions-cool/issues-helper@v3
|
||||
with:
|
||||
actions: 'create-comment'
|
||||
actions: "create-comment"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
body: |
|
||||
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -20,11 +20,11 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'format %y.%-m.$i or auto'
|
||||
description: "format %y.%-m.$i or auto"
|
||||
required: false
|
||||
type: string
|
||||
prerelease:
|
||||
description: 'pre release'
|
||||
description: "pre release"
|
||||
default: false
|
||||
type: boolean
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://taskfile.dev
|
||||
|
||||
version: '3'
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
build-img:
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user