From f57614c27c1d214db5d1949a14e00bec1a1e8b68 Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Mon, 17 May 2021 15:57:48 -0600 Subject: [PATCH] Fix rebase action syntax errors Signed-off-by: Ethan Dye --- .github/workflows/rebase-action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rebase-action.yml b/.github/workflows/rebase-action.yml index be965fb..7828ebf 100644 --- a/.github/workflows/rebase-action.yml +++ b/.github/workflows/rebase-action.yml @@ -1,8 +1,9 @@ name: Rebase -push: - branches: - - main +on: + push: + branches: + - main jobs: rebase: