Skip to content

Commit b2a19e5

Browse files
authored
fixed hash expression syntax
1 parent 1a2f968 commit b2a19e5

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Parse JSON string
3131
run: echo "Parsed JSON ${{ fromJSON('{"hello":"world"}').hello }}"
3232
- name: Hash files
33-
run: echo "Hash of files ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}
33+
run: echo "Hash of files ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}"
3434
- name: The job has succeeded
3535
if: ${{ success() }}
3636
run: echo "Job ended successfully!"

0 commit comments

Comments
 (0)