We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2f968 commit b2a19e5Copy full SHA for b2a19e5
1 file changed
.github/workflows/expression-functions.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Parse JSON string
31
run: echo "Parsed JSON ${{ fromJSON('{"hello":"world"}').hello }}"
32
- name: Hash files
33
- run: echo "Hash of files ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}
+ run: echo "Hash of files ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}"
34
- name: The job has succeeded
35
if: ${{ success() }}
36
run: echo "Job ended successfully!"
0 commit comments