Update sync2gitee.yml

This commit is contained in:
gently 2020-02-17 21:42:41 +08:00 committed by GitHub
parent dee0fa2f7d
commit e4d468d1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
run: git clone https://gitee.com/privacy-protection-tools/anti-ad.git ~/gitee run: git clone https://gitee.com/privacy-protection-tools/anti-ad.git ~/gitee
- name: copy some list files - name: copy some list files
run: | run: |
echo "https://${{ secrets.GITEE_USER }}:${{ secrets.GITEE_PASS }}@gitee.com/">~/.git-credentials echo "https://${{ secrets.GITEE_USER }}:${{ secrets.GITEE_PASS }}@gitee.com">~/.git-credentials
cp ./anti-ad-easylist.txt ~/gitee/easylist.txt cp ./anti-ad-easylist.txt ~/gitee/easylist.txt
cp ./adblock-for-dnsmasq.conf ~/gitee/dnsmasq.conf cp ./adblock-for-dnsmasq.conf ~/gitee/dnsmasq.conf
cp ./anti-ad-surge.txt ~/gitee/surge.txt cp ./anti-ad-surge.txt ~/gitee/surge.txt