diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 47aee95d..5fb4de1a 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -23,7 +23,7 @@ jobs: - name: Generate dependency files hash id: files-hash run: | - DIR_HASH="hash-"$(echo -n ${{ hashFiles('conanfile.py', 'conanprofile.docker', '.github/workflows/ci.yml', './Dockerfile_dependencies') }}) + DIR_HASH=$(echo -n ${{ hashFiles('conanfile.py', 'conanprofile.docker', '.github/workflows/ci.yml', './Dockerfile_dependencies') }}) echo "DIR_HASH=$DIR_HASH" >> $GITHUB_ENV - name: Docker metadata