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.
1 parent 48d1ec8 commit 166c464Copy full SHA for 166c464
.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
@@ -22,6 +22,6 @@
22
23
],
24
"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"
+ "template-url": "https://github.com/puppetlabs/pdk-templates#main",
+ "template-ref": "heads/main-0-g0bbd7f1"
27
0 commit comments