79387996

Date: 2025-01-26 05:22:47
Score: 1
Natty:
Report link

Here is a version that should work whatever the serialized contents are (whether they contain quotes, shell special characters or whatever):

  - name: Dump GitHub context
    run: |
      cat << 'EOF'
      ${{ toJSON(github) }}
      EOF
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: glandium