Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-02-07 00:12:22 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-07 00:12:22 +0300
commitb9e16cb136a42556ea57b1dac63560f02cb57324 (patch)
treeeee2c8378b7394b59ef8c07f5a4848a454b82f78
parent1af3dea72a505418f48ef1637004d0d0076f6830 (diff)
Fix step name.
Apparently, the name cannot reference environment variables.
-rw-r--r--.github/workflows/unit_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index 92f1fd5e4..d4ffe9ef5 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -16,7 +16,7 @@ jobs:
- name: Install mono
run: sudo apt-get install mono-complete
- - name: Checkout $GITHUB_SHA from $GITHUB_REF
+ - name: Checkout Source
uses: actions/checkout@v2
- name: Build Duplicati