Skip to content

Commit 1cc9523

Browse files
authored
Merge pull request #10 from The-Nefarious-Developer/pipeline
Comment namespace to attach package to repo
2 parents 9028bcd + 915296c commit 1cc9523

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
packages: write
1717
steps:
1818

19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: "Publish"
2222
uses: devcontainers/action@v1
2323
with:
24-
templates-namespace: "the-nefarious-developer/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/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/The-Nefarious-Developer/devcontainer-templates/tree/main/src/sap-cap-javascript-node
33
{
4-
"name": "CAP",
4+
"name": "SAP CAP",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "ghcr.io/the-nefarious-developer/sap-cap-javascript-node:${templateOption:imageVariant}"
77

0 commit comments

Comments
 (0)