Skip to content

Commit ce96087

Browse files
Correcting mistake in docker path
Correcting mistake in docker path
1 parent 14bd6ba commit ce96087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "PDK Release prep"
40-
uses: docker://puppet/puppet/pdk:2.6.1.0
40+
uses: docker://puppet/pdk:2.6.1.0
4141
with:
4242
args: 'release prep --force'
4343
env:

0 commit comments

Comments
 (0)