Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebekker/pwsh-github-action-tools
Supporting tools for implementing GitHub Actions in PowerShell
https://github.com/ebekker/pwsh-github-action-tools
Last synced: 15 days ago
JSON representation
Supporting tools for implementing GitHub Actions in PowerShell
- Host: GitHub
- URL: https://github.com/ebekker/pwsh-github-action-tools
- Owner: ebekker
- License: mit
- Created: 2020-07-17T13:52:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T14:11:59.000Z (about 2 years ago)
- Last Synced: 2024-10-12T13:06:06.909Z (about 1 month ago)
- Language: PowerShell
- Size: 61.5 KB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pwsh-github-action-tools
Supporting tools for implementing GitHub Actions in PowerShell
:star: I appreciate your star, it helps me decide to which OSS projects I should allocate my spare time.
---
[![GitHub Workflow - CI](https://github.com/ebekker/pwsh-github-action-tools/workflows/CI/badge.svg)](https://github.com/ebekker/pwsh-github-action-tools/actions?workflow=CI)
[![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/GitHubActions?label=release%20%28PSGallery%29)](https://www.powershellgallery.com/packages/GitHubActions)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ebekker/pwsh-github-action-tools)](https://github.com/ebekker/pwsh-github-action-tools/releases/latest/download/GitHubActions.zip)
[![docs for GitHubActions](https://img.shields.io/badge/docs-GitHubActions-blueviolet)](docs/GitHubActions/README.md)
[![MyGet (with prereleases)](https://img.shields.io/myget/pwsh-github-action-tools/vpre/GitHubActions?label=pre-release%20%28MyGet%29)](https://www.myget.org/feed/pwsh-github-action-tools/package/nuget/GitHubActions)
[![Pester Tests](https://gist.github.com/ebekker/e8520423f61cec0d54048302175b3c3a/raw/pwsh-github-action-tools_tests.md_badge.svg)](https://gist.github.com/ebekker/e8520423f61cec0d54048302175b3c3a)---
## `GitHubActions` PowerShell Module
This PowerShell module can be used to interact with the environment during the run of a
GitHub Actions Workflow.It is based on the specification for [Workflow commands for GitHub Actions](
https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions)
and is an adaptation of the [JavaScript interface](
https://github.com/actions/toolkit/tree/a6e72497764b1cf53192eb720f551d7f0db3a4b4/packages/core/src)
from the [GitHub Actions Toolkit](https://github.com/actions/toolkit).Checkout the [documentation](./docs/GitHubActions/README.md) for the module cmdlets.