From d6a01cd99c6d3426e7857c6081ea03122801ca55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kn=C3=B6pfle?= Date: Fri, 22 Mar 2024 13:33:18 +0100 Subject: [PATCH] Fix action names in gh actions (#121) --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index affa76b..b9a243f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -3,7 +3,7 @@ on: push jobs: test: runs-on: ubuntu-latest - name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} + name: unit steps: - uses: actions/checkout@v2 - uses: erlef/setup-beam@v1 @@ -19,7 +19,7 @@ jobs: run: mix run scripts/generate_version_showcase.ex demo: runs-on: ubuntu-latest - name: Demo + name: demo steps: - uses: actions/checkout@v2 - uses: erlef/setup-beam@v1