Skip to content

Commit d2d2056

Browse files
expression updated.
1 parent fde2bf3 commit d2d2056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/expression-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "Parsed JSON: ${{ fromJSON('{\"hello\":\"world\"}').hello }}"
3333
- name: Hash files
3434
run: |
35-
echo "Hash of files: ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}
35+
echo "Hash of files: ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}
3636
- name: The job has succeeded
3737
if: ${{ success() }}
3838
run: echo "The job has succeeded."

0 commit comments

Comments
 (0)