Skip to content

Add duplicate() method to Project (#161) (#163) #73

Add duplicate() method to Project (#161) (#163)

Add duplicate() method to Project (#161) (#163) #73

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)}}'