Skip to content

Commit

Permalink
Revert "prefix the DIR_HASH with hash- to circumvent warnings about 6…
Browse files Browse the repository at this point in the history
…4-byte hex strings"
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent 1286bbd commit c820bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c820bbf

Please sign in to comment.