Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adamdriscoll/pwsh-github-actions
- Owner: adamdriscoll
- License: mit
- Created: 2022-04-22T02:37:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T01:58:21.000Z (5 months ago)
- Last Synced: 2024-11-06T23:39:09.154Z (7 days ago)
- Language: PowerShell
- Homepage:
- Size: 7.81 KB
- Stars: 62
- Watchers: 5
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - adamdriscoll/pwsh-github-actions - Examples of using PowerShell in GitHub actions (PowerShell)
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.