From ca28b157bef61f9dbf99aac46a1a93a92b7c58c1 Mon Sep 17 00:00:00 2001 From: Goldy <66202304+THEGOLDENPRO@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:10:24 +0100 Subject: [PATCH] dfgfgfgfgdf --- .github/workflows/build-parser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-parser.yml b/.github/workflows/build-parser.yml index e77208d..b1ede6c 100644 --- a/.github/workflows/build-parser.yml +++ b/.github/workflows/build-parser.yml @@ -24,6 +24,8 @@ jobs: cp ./agc-parser ./main-branch/ cd ./main-branch + ls + git status git config --local user.email "action@github.com" git config --local user.name "github-actions" git add ./agc-parser @@ -40,4 +42,4 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref }} + branch: main