mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 13:27:27 +00:00
Add private action to allow for testing
This commit is contained in:
parent
fbca4983a5
commit
34c7499bdc
1 changed files with 15 additions and 0 deletions
15
.github/workflows/main.yml
vendored
Normal file
15
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Test talisman
|
||||
uses: ./
|
||||
with:
|
||||
args: refs/heads/main ${{ github.event.after }} refs/heads/main ${{ github.event.before }}
|
Loading…
Reference in a new issue