Skip to content

Commit

Permalink
dfgfgfgfgdf
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO authored Aug 12, 2024
1 parent d392338 commit ca28b15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
cp ./agc-parser ./main-branch/
cd ./main-branch
ls
git status
git config --local user.email "[email protected]"
git config --local user.name "github-actions"
git add ./agc-parser
Expand All @@ -40,4 +42,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
branch: main

0 comments on commit ca28b15

Please sign in to comment.