Skip to content

Commit 6e23fd1

Browse files
committed
fix: nested JSON
1 parent 3129bcc commit 6e23fd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
}
9999
}catch(e){
100100
core.warning('could not parse github.event.inputs', e);
101+
core.warning("${{ github.event.inputs }}");
101102
}
102103
103104
try{

0 commit comments

Comments
 (0)