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