Skip to content

Commit

Permalink
neccesary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu092 authored Dec 4, 2024
1 parent cb6ee3a commit 375b1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/expression-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Convert job context to JSON
run: "echo \"Job context in JSON: ${{ toJSON(github.job) }}\""
- name: Parse JSON string
run: "echo \"Parsed JSON: ${{ fromJSON('{"hello":"world"}').hello }}\"""
run: "echo \"Parsed JSON: ${{ fromJSON('{"\hello\":\"world\"}').hello }}\""
- name: Hash files
run: "echo \"Hash of files: ${{ hashFiles('**/package-lock.json', '**/Gemfile.lock') }}\""
- name: The job has succeeded
Expand Down

0 comments on commit 375b1ed

Please sign in to comment.