Skip to content

Commit b89c1c4

Browse files
committed
save: for test
1 parent bd43a67 commit b89c1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-project-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ jobs:
129129
github-token: ${{ steps.deepin-bot.outputs.app_token }}
130130
script: |
131131
core.debug("handle issue")
132-
const fs = require('fs');
133132
issueid = "${{ inputs.issueid }}"
134133
repoinfo = "${{ inputs.repo }}".split('/')
135134
title = "${{ inputs.title }}"
@@ -389,6 +388,7 @@ jobs:
389388
with:
390389
github-token: ${{ steps.deepin-bot.outputs.app_token }}
391390
script: |
391+
const fs = require('fs')
392392
const BOT_NAME = "Integration Test Info"
393393
const COMMENT_HEAD = "**" + BOT_NAME + "**\n"
394394
issueid = "${{ steps.issue.outputs.issueid }}"

0 commit comments

Comments
 (0)