Skip to content

fix: fixed closing issues based on other repositories #77

fix: fixed closing issues based on other repositories

fix: fixed closing issues based on other repositories #77

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());