Add private action to allow for testing

This commit is contained in:
Klaus Hartl 2021-09-18 08:31:15 +02:00
parent fbca4983a5
commit 34c7499bdc
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A

15
.github/workflows/main.yml vendored Normal file
View 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 }}