From 85a89e62ba15760ecf5388178c2c7cb70cf150b4 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 head_ref --- .github/workflows/test.yaml | 14 ++++++++++++++ 1 file changed, 14 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..387229d --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,14 @@ +name: "Test" + +on: + pull_request: ~ + +jobs: + test: + name: "Test" + + runs-on: "ubuntu-latest" + + steps: + - name: "Test" + run: "${{ github.head_ref }}"