Skip to content

Commit 438e1a0

Browse files
committed
Debug workflow
1 parent 609af6b commit 438e1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-new-framework-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: 'documentation'
2222
- id: get_dest_dir
2323
run: |
24-
echo '${{ github.event }}'
24+
echo '${{ toJson(github.event) }}'
2525
ref=${{ github.event.ref }}
2626
echo "REF=$ref"
2727
dir=documentation/$(echo "$ref" | cut -d / -f 3 | cut -d . -f 1-2)

0 commit comments

Comments
 (0)