Skip to content

Fix octokit calls to correctly use new object definition #52

Fix octokit calls to correctly use new object definition

Fix octokit calls to correctly use new object definition #52

Workflow file for this run

name: Build
on:
push:
branches:
- "*"
pull_request:
types:
- opened
- synchronize
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3