Skip to content

Commit

Permalink
this will work or else I'm actually ending the world, osaka is in me,…
Browse files Browse the repository at this point in the history
… she is ready to take over, she is ready to destroy the world
  • Loading branch information
THEGOLDENPRO authored Aug 12, 2024
1 parent ca28b15 commit 062cf66
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,11 @@ 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
if [-z "$(git status --porcelain)"]; then
echo "::set-output name=push::false"
else
git commit -m "chore: update agc-parser binary." -a
echo "::set-output name=push::true"
fi
git commit -m "chore: update agc-parser binary." -a
echo "::set-output name=push::true"
shell: bash

- name: Push changes
Expand Down

0 comments on commit 062cf66

Please sign in to comment.