From 34c7499bdc8513a74670948a481ce3c0f0558125 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sat, 18 Sep 2021 08:31:15 +0200 Subject: [PATCH] Add private action to allow for testing --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..ad3d7fe --- /dev/null +++ b/.github/workflows/main.yml @@ -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 }}