You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* removing local lib
* switching to module
* no need for local lib anymore
* Update ci.yml
* Removing lib-related docs since these are now moved to PS Module:
* checkout the docs at the [module GitHub](https://github.com/ebekker/pwsh-github-action-tools/blob/master/docs/GitHubActions/README.md).
* upgrading dependencies to latest, removing some defunct stuff
* updating reference to the module and the related docs
* updating name to better reflect module changes
[](https://github.com/ebekker/pwsh-github-action-base/releases/latest/download/pwsh-github-action-base-dist.zip)
8
-
[](docs/README.md)
9
8
10
9
---
11
10
@@ -18,16 +17,18 @@ The [distribution](https://github.com/ebekker/pwsh-github-action-base/releases/l
to get access to the GH Actions/Workflow environment for input, output
30
+
and messaging. More details can be found [below](#optional-support-module)
31
+
31
32
## Required Components
32
33
33
34
### `action.ps1` - The PowerShell Entry Point
@@ -43,25 +44,29 @@ the GitHub API.
43
44
44
45
### `action.yml` - The Action Metadata
45
46
46
-
As per the GitHub Actions mechanism, you must provide a [metadata file](https://help.github.com/en/articles/metadata-syntax-for-github-actions) that describes
47
-
various attributes about your Action, including any formal inputs and outputs.
48
-
You use this metadata file to enumerate any _required_ inputs that must be
49
-
provided by a Workflow definition.
47
+
As per the GitHub Actions mechanism, you must provide a
0 commit comments