From 646ddff8fe7c012a690bba780def15c58dd09cd3 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 10 Dec 2020 08:26:03 -0500 Subject: [PATCH] Minor changes --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31041f930..95121d645 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,8 +4,7 @@ on: create: branches: master -# I used as template to get started: -# https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/.github/workflows/releases.yml +# I used the following project as template to get started: # https://github.com/dessant/search-by-image/blob/master/.github/workflows/ci.yml jobs: @@ -16,11 +15,14 @@ jobs: steps: - name: Clone repository uses: actions/checkout@v2 + with: + persist-credentials: false - name: Clone uAssets run: | pushd .. git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git popd + # https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html - name: Get release information id: release_info run: |