Skip to content

fix: fixed needCreateIssue method #76

fix: fixed needCreateIssue method

fix: fixed needCreateIssue method #76

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request_target:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
script: |
console.log(require('fs').readFileSync(process.env.GITHUB_STEP_SUMMARY).toString());