mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 18:32:45 +01:00
Minor changes
This commit is contained in:
parent
e287c940dd
commit
646ddff8fe
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -4,8 +4,7 @@ on:
|
|||||||
create:
|
create:
|
||||||
branches: master
|
branches: master
|
||||||
|
|
||||||
# I used as template to get started:
|
# I used the following project as template to get started:
|
||||||
# https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/.github/workflows/releases.yml
|
|
||||||
# https://github.com/dessant/search-by-image/blob/master/.github/workflows/ci.yml
|
# https://github.com/dessant/search-by-image/blob/master/.github/workflows/ci.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -16,11 +15,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
- name: Clone uAssets
|
- name: Clone uAssets
|
||||||
run: |
|
run: |
|
||||||
pushd ..
|
pushd ..
|
||||||
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
|
git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git
|
||||||
popd
|
popd
|
||||||
|
# https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html
|
||||||
- name: Get release information
|
- name: Get release information
|
||||||
id: release_info
|
id: release_info
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user