mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
优化 GitHub 工作流配置,移除多余分号
This commit is contained in:
parent
1a639593da
commit
c41636090a
4
.github/workflows/issues.yml
vendored
4
.github/workflows/issues.yml
vendored
@ -31,8 +31,8 @@ jobs:
|
|||||||
def set_output(name, value):
|
def set_output(name, value):
|
||||||
subprocess.call(["echo '{}={}' >> $GITHUB_ENV".format(name, value)], shell=True)
|
subprocess.call(["echo '{}={}' >> $GITHUB_ENV".format(name, value)], shell=True)
|
||||||
|
|
||||||
issuetitle = ${{ toJSON(github.event.issue.title) }};
|
issuetitle = ${{ toJSON(github.event.issue.title) }}
|
||||||
issuebody = ${{ toJSON(github.event.issue.body) }};
|
issuebody = ${{ toJSON(github.event.issue.body) }}
|
||||||
|
|
||||||
iscustom = 'false'
|
iscustom = 'false'
|
||||||
warinfo = 'false'
|
warinfo = 'false'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user