air-ltd/My Custom PowerShell Action
A custom GitHub action written in PowerShell
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 2, 2026
- License
- None
Pinned Snippet
uses: air-ltd/slackpost@4ba43b24b7b071ea4c2063ba39a34adb527e35b0 # v4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| CONTENT_FILE | This is a fully qualified path to a file containing the content to post | no | — |
| CONTENT | This is the content to be included in the slack post | no | — |
| SLACKURL | This is full url for posting to slack | yes | — |
| TESTMODE | if set this will just output the json message rather than post | no | — |
| RUNNER | info about the runner | — | — |
| SUPPRESS_VERSION_WARNING | Set to true to suppress the version update warning | no | — |
Outputs
| name | description |
|---|---|
| version_mismatch | Whether the action version is behind main |