Skip to content

Commit

Permalink
folder
Browse files Browse the repository at this point in the history
  • Loading branch information
malikshi authored Dec 1, 2023
1 parent b9555f6 commit 9ebca08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-rule-set-geoip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -o pipefail

cd rule-set-geoip
cd /sing-geoip/rule-set-geoip
git init
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down
2 changes: 1 addition & 1 deletion .github/release-rule-set-geosite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -o pipefail

cd rule-set-geosite
cd /sing-geosite/rule-set-geosite
git init
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit 9ebca08

Please sign in to comment.