From b2c43922570ec9e982e1cf8fc4144a1f5b3ee11f Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Mon, 15 Jul 2024 15:00:39 +0300 Subject: [PATCH] --- .github/workflows/gen-apt-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-apt-config.yml b/.github/workflows/gen-apt-config.yml index c5f843a..4d1a03d 100644 --- a/.github/workflows/gen-apt-config.yml +++ b/.github/workflows/gen-apt-config.yml @@ -22,4 +22,4 @@ jobs: run: ./gen-apt-config.py - name: Setup git and push - run: git config --global user.name 'Github Workflow Action' && git config --global user.email 'hotrod.master@hotmail.com' && git config --global --add safe.directory /__w/debian-workaround-packages-repo/debian-workaround-packages-repo && git add . && git commit -am"Commited by GH Action - gen-apt-config.yml" && git push + run: git config --global user.name 'Github Workflow Action' && git config --global user.email 'hotrod.master@hotmail.com' && git config --global --add safe.directory /__w/pika-base-debian-container/pika-base-debian-container && git add . && git commit -am"Commited by GH Action - gen-apt-config.yml" && git push