We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 675808f + 05315b9 commit 83b53feCopy full SHA for 83b53fe
.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
5
"settings": {
6
"terminal.integrated.profiles.linux": {
7
"bash": {
8
- "path": "bash",
+ "path": "bash"
9
}
10
11
},
.github/workflows/auto_release.yml
@@ -34,7 +34,7 @@ jobs:
34
persist-credentials: false
35
36
- name: "PDK Release prep"
37
- uses: docker://puppet/iac_release:ci
+ uses: docker://puppet/pdk:2.6.1.0
38
with:
39
args: 'release prep --force'
40
env:
metadata.json
@@ -106,6 +106,6 @@
106
107
],
108
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
109
- "template-ref": "heads/main-0-g9a16c87",
110
- "pdk-version": "2.5.0"
+ "template-ref": "heads/main-0-g9375381",
+ "pdk-version": "2.6.1"
111
0 commit comments