From c43c22aab19c235cdea49410179af803367c82f4 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheff@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:47:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Add=20git=20add=20and=20status?= =?UTF-8?q?=20commands=20to=20pre-deploy=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-deploy.yml b/.github/workflows/pre-deploy.yml index ccfe6ea..4d27d2e 100644 --- a/.github/workflows/pre-deploy.yml +++ b/.github/workflows/pre-deploy.yml @@ -31,6 +31,10 @@ jobs: - name: Write redirects run: | python scripts/write_redirects.py + + - name: Add confirm message + run: | + echo "Ready to deploy!" - uses: stefanzweifel/git-auto-commit-action@v4 with: @@ -38,4 +42,3 @@ jobs: commit_user_name: Zen Browser Robot commit_user_email: zen-browser-auto@users.noreply.github.com branch: deploy - \ No newline at end of file