From e4d2d70df206514652a9d725fa690267a1fadd45 Mon Sep 17 00:00:00 2001 From: "B.Jothin kumar" Date: Tue, 19 Oct 2021 14:38:59 +0530 Subject: [PATCH] Update installer_creation.yml --- .github/workflows/installer_creation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/installer_creation.yml b/.github/workflows/installer_creation.yml index bd8a4f2..69b58b3 100644 --- a/.github/workflows/installer_creation.yml +++ b/.github/workflows/installer_creation.yml @@ -44,5 +44,7 @@ jobs: run: git add -A - name: Git commit run: git commit -m "Installer update" + - name: Git pull + run: git pull - name: Git push run: git push