From b430662fb8165342cdb6d9c5f2ccc7d7ca41e3a7 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Thu, 1 Feb 2024 23:38:28 +0100 Subject: [PATCH] gitea push action --- .gitea/workflows/commit.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/commit.yml diff --git a/.gitea/workflows/commit.yml b/.gitea/workflows/commit.yml new file mode 100644 index 0000000..805c669 --- /dev/null +++ b/.gitea/workflows/commit.yml @@ -0,0 +1,15 @@ +name: on push + +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + + - name: Ref + shell: bash + run: echo ${{ github.ref }}