Skip to content

Commit d25d80b

Browse files
authored
Merge pull request #8 from The-Nefarious-Developer/pipeline
fix: include org on the namespace
2 parents 7d110e9 + 136d8c6 commit d25d80b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Publish"
2222
uses: devcontainers/action@v1
2323
with:
24-
templates-namespace: "devcontainers"
24+
templates-namespace: "the-nefarious-developer/devcontainers"
2525
publish-templates: "true"
2626
base-path-to-templates: "./src"
2727
env:

src/sap-cap-javascript-node/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "sap-cap-javascript-node",
33
"version": "1.0.0",
44
"name": "SAP CAP",
5-
"description": "Develop CAP based projects for SAP BTP Cloud Foundry.",
5+
"description": "Develop CAP based projects with Node.js for SAP BTP Cloud Foundry.",
66
"documentationURL": "https://github.com/The-Nefarious-Developer/devcontainer-templates/tree/main/src/sap-cap-javascript-node",
77
"publisher": "The Nefarious Developer",
88
"licenseURL": "https://github.com/The-Nefarious-Developer/devcontainer-templates/blob/main/LICENSE",

0 commit comments

Comments
 (0)