Skip to content

Commit

Permalink
fix: missing references in package cleanup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed May 17, 2023
1 parent f2d840c commit 7497ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hk-package-clean-except/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
package-org:
description: "Organization at which packages are published."
required: false
default: 'pyansys'
default: 'ansys'
type: string
allow-last-days:
description: "Avoid removing the last N days images: e.g. '2'."
Expand Down
2 changes: 1 addition & 1 deletion hk-package-clean-untagged/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
package-org:
description: "Organization at which packages are published."
required: false
default: 'pyansys'
default: 'ansys'
type: string
allow-last-days:
description: "Avoid removing the last N days images: e.g. '2'."
Expand Down

0 comments on commit 7497ccb

Please sign in to comment.