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
* splits `dependencies` and `devDependencies` in a better way
* updates `ncc` settings to build without cache and skips creating `LICENSE` file
* addresses review feedback
@@ -36,7 +36,7 @@ Optionally, set any and all [environment variables](https://www.nomadproject.io/
36
36
<small>GitHub Actions run on a publicly-known list of [IP addresses](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#ip-addresses).
37
37
This data may be retrieved through [HashiCorp Terraform](https://terraform.io/), using the [ip_ranges data source](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/ip_ranges), allowing you to make IP-address _one_ of the security considerations.</small>
38
38
39
-
2.) Create a GitHub Actions Workflow file (e.g.: `.github/workflows/nomad-pack.yml):
39
+
2.) Create a GitHub Actions Workflow file (e.g.: `.github/workflows/nomad-pack.yml`):
- name: Run `nomad-pack info` for `simple_service`
63
63
id: info
@@ -87,7 +87,7 @@ Additionally, you may configure [outputs](https://docs.github.com/en/actions/usi
87
87
88
88
This section contains a list of all inputs that may be set for this Action.
89
89
90
-
- `version`- (required) The version of `nomad-pack` to install. Supports [semver](https://www.npmjs.com/package/semver) versioning. Defaults to `0.0.1-techpreview2`.
90
+
- `version`- (required) The version of `nomad-pack` to install. Supports [semver](https://www.npmjs.com/package/semver) versioning. Defaults to `latest`.
91
91
92
92
## Outputs
93
93
@@ -97,7 +97,7 @@ This section contains a list of all outputs that can be consumed from this Actio
97
97
98
98
## Author Information
99
99
100
-
This module is maintained by the contributors listed on [GitHub](https://github.com/hashicorp/setup-nomad-pack/graphs/contributors).
100
+
This GitHub Action is maintained by the contributors listed on [GitHub](https://github.com/hashicorp/setup-nomad-pack/graphs/contributors).
101
101
102
102
The original code of this repository is based on work done by [Matthew Sanabria](https://github.com/sudomateo) as part of the [setup-packer](https://github.com/sudomateo/setup-packer) GitHub Action.
0 commit comments