Skip to content

Commit

Permalink
Intendention error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnakhatiwada committed Jan 29, 2024
1 parent f4950fd commit a68e1ea
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Hello World

on:
push:
name: Hello
on:
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Running Files
run: echo "Hello World"
- name: Running files
run: echo "hello World"

0 comments on commit a68e1ea

Please sign in to comment.