Skip to content

Commit

Permalink
Fix rebase action syntax errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed May 17, 2021
1 parent 4bcae9f commit f57614c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rebase-action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Rebase

push:
branches:
- main
on:
push:
branches:
- main

jobs:
rebase:
Expand Down

0 comments on commit f57614c

Please sign in to comment.