mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
Update auto-rebuild.yml
This commit is contained in:
parent
ba6b90ea4b
commit
819d226a39
4
.github/workflows/auto-rebuild.yml
vendored
4
.github/workflows/auto-rebuild.yml
vendored
@ -21,6 +21,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: co dev
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: 'dev'
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Run
|
- name: Run
|
||||||
|
Loading…
Reference in New Issue
Block a user