From a27d8d275f416b1fce4448ec3b714dc2bcb0ecaa Mon Sep 17 00:00:00 2001 From: gentlyxu <1243610+gentlyxu@users.noreply.github.com> Date: Sat, 29 May 2021 08:32:45 +0800 Subject: [PATCH] Update auto-rebuild.yml --- .github/workflows/auto-rebuild.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-rebuild.yml b/.github/workflows/auto-rebuild.yml index 4bb11eb3..3de21f69 100644 --- a/.github/workflows/auto-rebuild.yml +++ b/.github/workflows/auto-rebuild.yml @@ -21,10 +21,10 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: co dev + - name: co master uses: actions/checkout@v2 with: - ref: 'dev' + ref: 'master' # Runs a set of commands using the runners shell - name: Run @@ -35,7 +35,7 @@ jobs: git checkout adlist-maker /bin/bash ./scripts/build-list.sh git stash -u - git checkout dev + git checkout master git checkout stash@{0}^3 -- adblock-for-dnsmasq.conf git checkout stash@{0}^3 -- anti-ad-* git add * @@ -45,5 +45,5 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.PERSON_TOKEN }} - branch: 'dev' + branch: 'master'