Skip to content

Commit

Permalink
Update git.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nyukers committed Jun 12, 2021
1 parent 43841f1 commit fdd0fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ read -a strarr <<< $REPO_FULLNAME # Reading str as an array as tokens separated
REPO_SHORTNAME=${strarr[1]}
IFS=$"\n"

REPO_FULLNAME="mezgoodle/auto-formatter"
#REPO_FULLNAME="mezgoodle/auto-formatter"
#################
# Work with git #
#################
Expand Down

0 comments on commit fdd0fa9

Please sign in to comment.