From 15f33979589389a6cb6f70087ec036ddfbbb939d Mon Sep 17 00:00:00 2001 From: BRAVO68WEB Date: Sun, 16 Jan 2022 13:04:07 +0530 Subject: [PATCH] Github Workflow Fixes --- .github/workflows/githubtogitea.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/githubtogitea.yml b/.github/workflows/githubtogitea.yml index 5361819..9b98dc9 100644 --- a/.github/workflows/githubtogitea.yml +++ b/.github/workflows/githubtogitea.yml @@ -21,5 +21,5 @@ jobs: uses: spyoungtech/mirror-action@v0.4.0 with: REMOTE: "https://git.itsmebravo.dev/bravo68web/node-deployer" - GIT_USERNAME: "{{ secrets.GIT_USERNAME }}" - GIT_PASSWORD: "{{ secrets.GIT_PASSWORD }}" \ No newline at end of file + GIT_USERNAME: ${{ secrets.GIT_USERNAME }} + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} \ No newline at end of file