removed unused step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user