Skip to content

Commit a75d2f4

Browse files
authored
add expression function workflow
1 parent 9ec46de commit a75d2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/expression-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Hash files
4141
run: |
42-
echo "Hash of files: ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}
42+
echo "Hash of files: ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}
4343
4444
- name: The job has succeeded
4545
if: ${{ success() }}

0 commit comments

Comments
 (0)