Skip to content

Test [GitHub]

Test [GitHub] #3

Workflow file for this run

name: Test [GitHub]
on:
workflow_dispatch:
jobs:
TestGitHub:
name: Test GitHub
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication
steps:
- name: Run Build-Module
shell: pwsh
run: |
Install-Module -Name GitHub -Verbose -Force
Get-GitHubConfig
Get-GitHubWorkflow -Repo $env:GITHUB_REPOSITORY -Owner $env:GITHUB_REPOSITORY_OWNER -Verbose