Skip to content

Bump black from 22.6.0 to 23.11.0 #114

Bump black from 22.6.0 to 23.11.0

Bump black from 22.6.0 to 23.11.0 #114

Workflow file for this run

name: Heroku
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Pulling repository
uses: actions/checkout@v2
- name: Deploy to Heroku
uses: akhileshns/[email protected]
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "tsukiweb"
heroku_email: ${{ secrets.EMAIL }}