Skip to content

Commit

Permalink
last time
Browse files Browse the repository at this point in the history
  • Loading branch information
eternal committed Feb 20, 2021
1 parent 957b1f4 commit 3433f21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Obfuscation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
- name: Push to remote master branch
working-directory: main_code
run: |
COMMIT_NAME=$(git log -1 --format=%s)
git config --global user.email "73202350+slow@users.noreply.github.com"
git config --global user.name "eternal"
git stash
git fetch origin
git checkout heroku
git stash pop
git merge --squash --allow-unrelated-histories -Xtheirs stash
git add -A
git commit -m "Obfuscate main branch"
git push -f
git commit -m "${COMMIT_NAME}"
git push

0 comments on commit 3433f21

Please sign in to comment.