@pulumi/github 6.4.0 → 6.5.0-alpha.1732277026
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/repositoryFile.d.ts +2 -2
- package/repositoryFile.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/github",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0-alpha.1732277026",
|
|
4
4
|
"description": "A Pulumi package for creating and managing github cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "github",
|
|
26
|
-
"version": "6.
|
|
26
|
+
"version": "6.5.0-alpha.1732277026"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/repositoryFile.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
19
19
|
* branch: "main",
|
|
20
20
|
* file: ".gitignore",
|
|
21
21
|
* content: "**/*.tfstate",
|
|
22
|
-
* commitMessage: "Managed by
|
|
22
|
+
* commitMessage: "Managed by Pulumi",
|
|
23
23
|
* commitAuthor: "Terraform User",
|
|
24
24
|
* commitEmail: "terraform@example.com",
|
|
25
25
|
* overwriteOnCreate: true,
|
|
@@ -40,7 +40,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
40
40
|
* branch: "does/not/exist",
|
|
41
41
|
* file: ".gitignore",
|
|
42
42
|
* content: "**/*.tfstate",
|
|
43
|
-
* commitMessage: "Managed by
|
|
43
|
+
* commitMessage: "Managed by Pulumi",
|
|
44
44
|
* commitAuthor: "Terraform User",
|
|
45
45
|
* commitEmail: "terraform@example.com",
|
|
46
46
|
* overwriteOnCreate: true,
|
package/repositoryFile.js
CHANGED
|
@@ -25,7 +25,7 @@ const utilities = require("./utilities");
|
|
|
25
25
|
* branch: "main",
|
|
26
26
|
* file: ".gitignore",
|
|
27
27
|
* content: "**/*.tfstate",
|
|
28
|
-
* commitMessage: "Managed by
|
|
28
|
+
* commitMessage: "Managed by Pulumi",
|
|
29
29
|
* commitAuthor: "Terraform User",
|
|
30
30
|
* commitEmail: "terraform@example.com",
|
|
31
31
|
* overwriteOnCreate: true,
|
|
@@ -46,7 +46,7 @@ const utilities = require("./utilities");
|
|
|
46
46
|
* branch: "does/not/exist",
|
|
47
47
|
* file: ".gitignore",
|
|
48
48
|
* content: "**/*.tfstate",
|
|
49
|
-
* commitMessage: "Managed by
|
|
49
|
+
* commitMessage: "Managed by Pulumi",
|
|
50
50
|
* commitAuthor: "Terraform User",
|
|
51
51
|
* commitEmail: "terraform@example.com",
|
|
52
52
|
* overwriteOnCreate: true,
|