Skip to content

Commit

Permalink
Merge pull request #348 from yuantuo666/lc6464-patch-1
Browse files Browse the repository at this point in the history
修改一些 .github 配置
  • Loading branch information
yuantuo666 committed Dec 6, 2023
2 parents 04f141c + 8565f42 commit a4a6348
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug 反馈
about: 向我们提交一个 Bug 反馈。
title: "【BUG 反馈】"
labels: bug
assignees: yuantuo666, lc6464
assignees: yuantuo666

---

Expand All @@ -28,7 +28,7 @@ assignees: yuantuo666, lc6464
## 您的设备信息
- 服务器系统信息<!--如 `Linux Shanghai-Ubuntu 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux`-->
- 服务器 PHP 版本<!--如 `PHP 8.0.3 (cgi-fcgi) (built: Mar 2 2021 23:33:50)`-->
- 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本)<!--如 `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59`-->
- 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本)<!--如 `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0`-->


## 补充信息
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 寻求帮助
about: 向我们及广大网友寻求帮助。
title: "【寻求帮助】"
labels: "help wanted"
assignees: yuantuo666, lc6464
assignees: yuantuo666

---

Expand All @@ -28,7 +28,7 @@ assignees: yuantuo666, lc6464
## 您的设备信息
- 服务器系统信息<!--如 `Linux Shanghai-Ubuntu 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux`-->
- 服务器 PHP 版本<!--如 `PHP 8.0.3 (cgi-fcgi) (built: Mar 2 2021 23:33:50)`-->
- 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本)<!--如 `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59`-->
- 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本)<!--如 `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0`-->


## 补充信息
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/idea.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 提交建议
about: 向我们提交一个建议。
title: "【建议】"
labels: enhancement
assignees: yuantuo666, lc6464
assignees: yuantuo666

---

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Parse version from tag name
run: echo "VERSION=$(echo $GITHUB_REF | sed -n 's/refs\/tags\/v\(.*\)/\1/p')" >> $GITHUB_ENV
Expand Down

0 comments on commit a4a6348

Please sign in to comment.