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
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ jobs:
54
54
55
55
- name: Setup `nomad-pack`
56
56
# TODO: define `v1`
57
-
uses: hashicorp/setup-nomad-pack@v1
57
+
uses: hashicorp/setup-nomad-pack@v0.9.2
58
58
id: setup
59
59
with:
60
60
version: "0.0.1-techpreview2"
@@ -75,7 +75,7 @@ jobs:
75
75
In the above example, the following definitions have been set.
76
76
77
77
- The event trigger has been set to `push`. For a complete list, see [Events that trigger workflows](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows).
78
-
- The origin of this GitHub Action has been set as `ksatirli/setup-nomad-pack@0.1.3`. For newer versions, see the [Releases](https://github.com/ksatirli/setup-nomad-pack/releases).
78
+
- The origin of this GitHub Action has been set as `hashicorp/setup-nomad-pack@0.9.2`. For newer versions, see the [Releases](https://github.com/hashicorp/setup-nomad-pack/releases).
79
79
- The version of `nomad-pack` to set up has been set as `0.0.1-techpreview2`. For a complete list, see [releases.hashicorp.com](https://releases.hashicorp.com/nomad-pack/).
80
80
- The pack to deploy has been set as `./packs/simple_service`
81
81
@@ -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/ksatirli/setup-nomad-pack/graphs/contributors).
100
+
This module 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