@firestartr/cli 1.52.0-snapshot-3 → 1.52.0-snapshot-4
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -364074,7 +364074,7 @@ class RepoSecretsSectionChart extends BaseGithubChart {
|
|
|
364074
364074
|
},
|
|
364075
364075
|
},
|
|
364076
364076
|
spec: {
|
|
364077
|
-
context:
|
|
364077
|
+
context: this.get('repoCr').spec?.context,
|
|
364078
364078
|
org: claim.org,
|
|
364079
364079
|
repositoryTarget,
|
|
364080
364080
|
secrets: {
|