Skip to content

Prepare for Django 5.0 / Python3.12 compatibility #82

Prepare for Django 5.0 / Python3.12 compatibility

Prepare for Django 5.0 / Python3.12 compatibility #82

Workflow file for this run

name: Event Logger
on: push
jobs:
log-github-event-goodies:
name: "LOG Everything on GitHub Event"
runs-on: ubuntu-latest
steps:
- name: Logging
run: |
echo '${{toJSON(github.event)}}'