From 74a5381bb091366878cea542f553d32d4d365919 Mon Sep 17 00:00:00 2001 From: Vahid Al Date: Thu, 28 Dec 2023 19:13:22 +0330 Subject: [PATCH] Fix workflow formatting issue --- .github/workflows/hellow.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hellow.yaml b/.github/workflows/hellow.yaml index aafd9c5..41a7a97 100644 --- a/.github/workflows/hellow.yaml +++ b/.github/workflows/hellow.yaml @@ -18,8 +18,8 @@ jobs: - run: poetry install - run: poetry run python script.py - run: | - git add -A - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git commit -m 'Deploy' - git push + git add -A + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git commit -m 'Deploy' + git push