changed indentation
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
name: pipeline
|
name: pipeline
|
||||||
|
run-name: ${{ gitea.actor }} is running script
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
on: [push]
|
on: [push]
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
jobs:
|
jobs:
|
||||||
|
# demo:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
# steps:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user