Skip to content

Merge pull request #262 from nimblehq/feature/gh-227-migrate-from-tfs… #17

Merge pull request #262 from nimblehq/feature/gh-227-migrate-from-tfs…

Merge pull request #262 from nimblehq/feature/gh-227-migrate-from-tfs… #17

Workflow file for this run

name: Publish Github Wiki
on:
push:
paths:
- .github/wiki/**
branches:
- develop
workflow_dispatch:
jobs:
publish:
name: Publish Github Wiki
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Publish Github Wiki
uses: nimblehq/[email protected]
with:
user_name: nimble-wiki-bot
user_email: [email protected]
user_access_token: ${{ secrets.GH_BOT_PAT }}