This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit 76a9c4b179d0e99835dc093799ce39b5090195e1
Author: Márton Elek <[email protected]>
AuthorDate: Tue Sep 24 16:24:32 2019 +0200

    fix workflow
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5e0cb66..66c7892 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,7 +3,7 @@ on: pull_request
 jobs:
   build:
     run-on: ubuntu-18.04
-      steps:
+    steps:
         - uses: actions/checkout@master    
 
 

Reply via email to