From b62fb0c4fa0b1c51cd594a707dfb299c200c27e5 Mon Sep 17 00:00:00 2001 From: brb Date: Tue, 11 Jul 2023 17:26:03 +0200 Subject: [PATCH] removed unused step --- .gitea/workflows/pipeline.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 0016ab4..653bcfb 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -4,13 +4,6 @@ runs-on: ubuntu-latest on: [push] image: python:3.10 jobs: - show-gitea-ref: - name: Show Gitea.ref - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Show - run: echo "${{ gitea.ref }}" test: name: Test runs-on: ubuntu-latest