Skip to content

Commit e475635

Browse files
committed
🔧 fix(workflows): Correct file extension from .yml to .yaml in prune releases workflow
1 parent 27ce50d commit e475635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/call-prune-releases.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
prune_releases:
34-
uses: variablesoftware/github-workflows/.github/workflows/prune-releases.yml@main
34+
uses: variablesoftware/github-workflows/.github/workflows/prune-releases.yaml@main
3535
with:
3636
releases_to_keep: 5 # Optional, defaults to 3
3737
secrets: inherit

0 commit comments

Comments
 (0)