We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be443bb + 41909f6 commit 568eabdCopy full SHA for 568eabd
.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
@@ -80,6 +80,6 @@
80
81
],
82
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
83
- "template-ref": "2.7.1-0-g9a16c87",
84
- "pdk-version": "2.6.0"
+ "template-ref": "heads/main-0-gd3a41f4",
+ "pdk-version": "2.6.1"
85
0 commit comments