Skip to content

Commit

Permalink
GUILTY-FIX: remove truly everything
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran committed May 21, 2023
1 parent b34d72b commit 8b2f830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ runs:
run: |
echo "DECLARING DEFAULT BRANCH"
BRANCH=${{ github.event.repository.default_branch }}
echo "$BRANCH $ACCESS_TOKEN"
# THIS IS DESPERATE MAKESHIFT SOLUTION, NEEDS TO BE FIXED!
# if ! git rev-parse --is-inside-work-tree >/dev/null 2>&1; then
# echo "INITIALIZING GIT REPO"
Expand All @@ -52,7 +51,7 @@ runs:
echo "REMOVING ACTIVE .git"
echo "SORRY, FOR DOING THIS THE HARD WAY"
echo "IF YOU CAN SOLVE THIS FOR EVERYONE, PLEASE DO"
rm -r ./*
rm -r ./* .[!.]*
echo "INITIALIZING GIT REPO"
git init
echo "SETTING DEFAULT BRANCH"
Expand Down

0 comments on commit 8b2f830

Please sign in to comment.