Skip to content

Commit cca034b

Browse files
authored
Merge pull request #753 from puppetlabs/pdksync_pdkupdate
pdksync - (maint) PDKSync - PDK Update
2 parents 597065e + c3f4b80 commit cca034b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/auto_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Auto release"
22

33
on:
4-
schedule:
5-
- cron: '0 3 * * 6'
64
workflow_dispatch:
75

86
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
ref: ${{ github.ref }}
3939
clean: true
4040
- name: "PDK Build"
41-
uses: docker://puppet/pdk:2.1.0.0
41+
uses: docker://puppet/pdk:nightly
4242
with:
4343
args: 'build'
4444
- name: "Push to Forge"
45-
uses: docker://puppet/pdk:2.1.0.0
45+
uses: docker://puppet/pdk:nightly
4646
with:
4747
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'

.github/workflows/spec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
env:
8484
BUILDEVENT_FILE: '../buildevents.txt'
8585
PUPPET_GEM_VERSION: ${{ matrix.puppet_version }}
86+
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
8687

8788
steps:
8889
- run: |

.pdkignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/inventory.yaml
2828
/spec/fixtures/litmus_inventory.yaml
2929
/appveyor.yml
30+
/.editorconfig
3031
/.fixtures.yml
3132
/Gemfile
3233
/.gitattributes

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"version_requirement": ">= 6.0.0 < 8.0.0"
6464
}
6565
],
66-
"pdk-version": "2.0.0",
66+
"pdk-version": "2.1.0",
6767
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
68-
"template-ref": "heads/main-0-ge04486b"
68+
"template-ref": "heads/main-0-g03daa92"
6969
}

0 commit comments

Comments
 (0)