Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

This action generates a wiki directory of deployed services in a GDS cluster

Notifications You must be signed in to change notification settings

glg-public/gds-generate-wiki-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 

Repository files navigation

gds-generate-wiki-links

This action generates a wiki directory of deployed services in a GDS cluster

Example Usage

name: Generate Wiki Links
on:
  push:
    branches:
    - master
    - main
jobs:
  generate-wiki-links:
    runs-on: ubuntu-20.04
    steps:
    - uses: actions/checkout@v2
      with:
        path: code

    - uses: actions/checkout@v2
      with:
        repository: ${{github.repository}}.wiki
        path: wiki

    - uses: actions/checkout@v2
      with:
        ssh-key: ${{secrets.GDS_DEPLOY_PRIVATE_KEY}}
        repository: glg/gds
        clean: true
        path: gds

    - uses: glg-public/gds-generate-wiki-links@main
      with:
        gds_repo: glg/gds
        cluster_name: i99
        cluster_version: v1
        git_username: "Generating Wiki Links"
        git_email: "[email protected]"

About

This action generates a wiki directory of deployed services in a GDS cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published