Skip to content

fix: fixed path to security script for sync #75

fix: fixed path to security script for sync

fix: fixed path to security script for sync #75

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