Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamdriscoll/pwsh-github-actions

Examples of using PowerShell in GitHub actions
https://github.com/adamdriscoll/pwsh-github-actions

Last synced: 5 days ago
JSON representation

Examples of using PowerShell in GitHub actions

Awesome Lists containing this project

README

        

# PowerShell GitHub Actions

This repository contains examples of using PowerShell in GitHub actions. The list of examples is below.

- [Continuous Integration](./.github/workflows/ci.yaml)
- [Environment Variables](./.github/workflows/envvar.yaml)
- [Exit Codes](./.github/workflows/exitcode.yaml)
- [Failures](./.github/workflows/fails.yaml)
- [Inline](./.github/workflows/inline.yaml)
- [Install Module](./.github/workflows/installmodule.yaml)
- [List Installed Modules](./.github/workflows/modules.yaml)
- [Manual Execution](./.github/workflows/manual.yaml)
- [Multiline](./.github/workflows/multiline.yaml)
- [Parameters](./.github/workflows/parameters.yaml)
- [Secrets](./.github/workflows/secrets.yaml)
- [Windows PowerShell](./.github/workflows/windows.yaml)

I'm always open to PRs!

To see these actions, erm, in action, check out this [YouTube video](https://youtu.be/FU7w7We_hh8).

You can also fork this repo if you want to execute the actions yourself.