Skip to content

Bump werkzeug from 2.2.3 to 3.0.1 #11

Bump werkzeug from 2.2.3 to 3.0.1

Bump werkzeug from 2.2.3 to 3.0.1 #11

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.DEPLOY_HOOK_URL }}
method: 'GET'