From 66b8e754eeddbce575cefe98bf679ed53e3399b3 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:41:41 +0300 Subject: [PATCH] Update Deploy_Traefik_and_MariaDB.yml --- .github/workflows/Deploy_Traefik_and_MariaDB.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy_Traefik_and_MariaDB.yml b/.github/workflows/Deploy_Traefik_and_MariaDB.yml index 15639517..aa9c5c4e 100644 --- a/.github/workflows/Deploy_Traefik_and_MariaDB.yml +++ b/.github/workflows/Deploy_Traefik_and_MariaDB.yml @@ -19,8 +19,8 @@ jobs: # - ubuntu-latest steps: - - name: checkout Script content - uses: actions/checkout@v2 # checkout the repository content + # - name: checkout Script content + # uses: actions/checkout@v2 # checkout the repository content ## if the docker not install then using this script # - name: setup python # uses: actions/setup-python@v4