Skip to content

Bump github.com/alicebob/miniredis/v2 from 2.30.3 to 2.30.4 (#573) #208

Bump github.com/alicebob/miniredis/v2 from 2.30.3 to 2.30.4 (#573)

Bump github.com/alicebob/miniredis/v2 from 2.30.3 to 2.30.4 (#573) #208

Workflow file for this run

name: swagger-doc
on:
push:
branches:
- main
jobs:
push-swagger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update spec and push generated spec file
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- run: |
git config user.name github-actions
git config user.email [email protected]
git checkout main
curl -X POST -H "Content-Type: application/json" -d '{}' $NETLIFY_DEPLOY_WEBHOOK
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NETLIFY_DEPLOY_WEBHOOK: ${{ secrets.NETLIFY_DEPLOY_WEBHOOK }}