removed unused step

This commit is contained in:
brb
2023-07-11 17:26:03 +02:00
parent 2d9b06be5d
commit b62fb0c4fa
-7
View File
@@ -4,13 +4,6 @@ runs-on: ubuntu-latest
on: [push] on: [push]
image: python:3.10 image: python:3.10
jobs: jobs:
show-gitea-ref:
name: Show Gitea.ref
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Show
run: echo "${{ gitea.ref }}"
test: test:
name: Test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest