[Task] Make suggested modifications to mto docs theme common SA 5384 #114
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Closing a pull request | |
on: | |
pull_request_target: | |
types: | |
- closed | |
jobs: | |
push: | |
uses: stakater/.github/.github/workflows/mkdocs_pull_request_closed.yaml@v0.0.71 | |
secrets: | |
GH_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }} |