We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd43a67 commit b89c1c4Copy full SHA for b89c1c4
.github/workflows/issue-project-manager.yml
@@ -129,7 +129,6 @@ jobs:
129
github-token: ${{ steps.deepin-bot.outputs.app_token }}
130
script: |
131
core.debug("handle issue")
132
- const fs = require('fs');
133
issueid = "${{ inputs.issueid }}"
134
repoinfo = "${{ inputs.repo }}".split('/')
135
title = "${{ inputs.title }}"
@@ -389,6 +388,7 @@ jobs:
389
388
with:
390
391
+ const fs = require('fs')
392
const BOT_NAME = "Integration Test Info"
393
const COMMENT_HEAD = "**" + BOT_NAME + "**\n"
394
issueid = "${{ steps.issue.outputs.issueid }}"
0 commit comments