Skip to content

try use github.ref_name replace of __VERSION__ #33

try use github.ref_name replace of __VERSION__

try use github.ref_name replace of __VERSION__ #33

Workflow file for this run

name: LeakChecker
on: [push, pull_request_target]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Scan Keywords
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Scan Keywords
uses: PPG007/[email protected]
with:
keywords: ${{secrets.LEAK_WORDS}}
ignoreCase: true
ignoredDirs: '["docs","node_modules","pnpm-lock.yaml","dist","support/target"]'