From c1ef67377daa99122e82b3c89f723e43d4021988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Mon, 23 Oct 2023 10:36:51 +0200 Subject: [PATCH] Try to output pull request base --- .github/workflows/test.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..e9644fa --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,15 @@ +name: "Test" + +on: + pull_request: ~ + +jobs: + test: + name: "Test" + + runs-on: "ubuntu-latest" + + steps: + - uses: "sergeysova/jq-action@v2" + with: + cmd: "${{ github.event }} | jq '.'"