You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2021/09/15 08:00:58 UTC

[systemds] branch master updated: [MINOR] Fix second typo in github actions

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e32d1e  [MINOR] Fix second typo in github actions
1e32d1e is described below

commit 1e32d1e1ad7d1044defc9c5177d738261736f23e
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Wed Sep 15 10:00:45 2021 +0200

    [MINOR] Fix second typo in github actions
---
 .github/workflows/python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index b2073a5..42e5651 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -73,7 +73,7 @@ jobs:
       uses: actions/cache@v1
       with:
         path: src/main/python/systemds/examples/tutorials/adult/data.zip
-        key: ${{ runner.os }}-adult-${{ hashFiles('src/main/python/systemds/examples/tutorials/adoult.py') }}
+        key: ${{ runner.os }}-adult-${{ hashFiles('src/main/python/systemds/examples/tutorials/adult.py') }}
 
     - name: Cache Deb Dependencies
       uses: actions/cache@v1