Skip to content

Commit 166c464

Browse files
committed
(maint) Updates PDK template
This commit updates the module to the latest, unreleased PDK template in order to pull in a new container image for the auto release GitHub Action.
1 parent 48d1ec8 commit 166c464

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"settings": {
66
"terminal.integrated.profiles.linux": {
77
"bash": {
8-
"path": "bash",
8+
"path": "bash"
99
}
1010
}
1111
},

.github/workflows/auto_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: "PDK Release prep"
37-
uses: docker://puppet/iac_release:ci
37+
uses: docker://puppet/pdk:2.6.1.0
3838
with:
3939
args: 'release prep --force'
4040
env:

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
],
2424
"pdk-version": "2.6.1",
25-
"template-url": "https://github.com/puppetlabs/pdk-templates#2.7.1",
26-
"template-ref": "tags/2.7.1-0-g9a16c87"
25+
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
26+
"template-ref": "heads/main-0-g0bbd7f1"
2727
}

0 commit comments

Comments
 (0)