Skip to content

Bump golang.org/x/crypto from 0.11.0 to 0.12.0 #173

Bump golang.org/x/crypto from 0.11.0 to 0.12.0

Bump golang.org/x/crypto from 0.11.0 to 0.12.0 #173

Workflow file for this run

name: Auto-Doc
on:
pull_request:
branches:
- develop/v2
types:
- closed
jobs:
autodoc:
runs-on: ubuntu-latest
name: "Run commands to generate documentation"
if: github.event.pull_request.merged == true
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Process markdown files
run: |
find . -name '*.md' | xargs perl tools/autodoc.pl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}