fix2
All checks were successful
First CI / build (push) Successful in 8s

This commit is contained in:
RaVi 2023-11-21 13:52:53 +01:00
parent de7f523af1
commit dac76a590a

View File

@ -2,7 +2,7 @@ name: First CI
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Printing hello - name: Printing hello
run: echo "Hello, " run: echo "Hello, "