Skip to content

Commit 92b0133

Browse files
Update manual-test.yml
1 parent 05055f8 commit 92b0133

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/manual-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
with:
3838
script: |
3939
const form = JSON.parse(process.env.FORM_JSON);
40-
const core = require('@actions/core');
4140
const required = ['test_id','labview_version','labview_bitness','os_used','test_result'];
4241
for (const f of required) {
4342
if (!form[f] || String(form[f]).trim() === '') {
@@ -126,7 +125,6 @@ jobs:
126125
PREV: ${{ steps.previous.outputs.prev_end }}
127126
with:
128127
script: |
129-
const core = require('@actions/core');
130128
const {owner,repo} = context.repo;
131129
const issueNode = context.payload.issue.node_id;
132130
const created = context.payload.issue.created_at.substring(0,19)+'Z';

0 commit comments

Comments
 (0)