Skip to content

bump: actions update from v3 to v4 #90

bump: actions update from v3 to v4

bump: actions update from v3 to v4 #90

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