Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 8, 2024
1 parent ec9efff commit e1177c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
name: "Dump information in dot notation"
run: |
printf 'github = '
jq --indent 4 --raw-output --color-output '[paths(scalars) as $p | {"key":$p | join("."), "value":getpath($p)}] | from_entries' <<"GITHUB__CONTEXT"
jq --indent 4 --raw-output --color-output \
'[paths(scalars) as $p | {"key":$p | join("."), "value":getpath($p)}] | from_entries' \
<<"GITHUB__CONTEXT"
${{ toJSON(github) }}
GITHUB__CONTEXT
Expand Down

0 comments on commit e1177c7

Please sign in to comment.