mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[CI] Fix bug in Compare Artifacts workflow (#2128)
Forgot to remove this line
This commit is contained in:
1
.github/workflows/compare-artifacts.yml
vendored
1
.github/workflows/compare-artifacts.yml
vendored
@@ -43,7 +43,6 @@ jobs:
|
||||
script: |
|
||||
let fs = require('fs');
|
||||
let issue_number = Number(fs.readFileSync('./pr_number'));
|
||||
echo $issue_number
|
||||
await github.rest.issues.createComment({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
||||
Reference in New Issue
Block a user