Skip to content

Commit 4f56710

Browse files
try expression again
1 parent ccc16ac commit 4f56710

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/expression-functions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Format and echo string
2222
run: echo ${{ format('Hello {0} {1} {2}', 'Mona', 'the', 'Octocat') }}
2323
- name: Convert job context to JSON
24-
run: "echo \"Job context in JSON: ${{ toJSON(github.job) }}"
24+
run: echo \"Job context in JSON: ${{ toJSON(github.job) }}"
2525
- name: Parse JSON string
26-
run: "echo \"Parsed JSON: ${{ fromJSON('{\"hello\":"\world\"}').hello }}""
26+
run: echo \"Parsed JSON: ${{ fromJSON('{\"hello\":"\world\"}').hello }}"
2727
- name: Hash files
28-
run: "echo \"Hash of files: ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}\""
28+
run: echo \"Hash of files: ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}\"
2929
- name: The job has succeeded
3030
if: ${{ success() }}
3131
run: echo: "success:"

0 commit comments

Comments
 (0)