Skip to content

Commit 207a372

Browse files
committed
updated jekyll builder logging step for robust quote handling
1 parent 108bc01 commit 207a372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jekyll-build-deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
steps:
2727

2828
- name: Log trigger
29-
run: echo '${{ toJSON(github.event) }}'
29+
env:
30+
event_details: ${{ toJSON(github.event) }}
31+
run: echo "$event_details"
3032

3133
- name: Checkout
3234
uses: actions/checkout@v4

0 commit comments

Comments
 (0)