Skip to content

Commit

Permalink
fix: Correct order of examples in notice
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Sep 6, 2024
1 parent bd7a44d commit 0f24549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function run() {
core.notice([
'As you did not specify a docker extract destination, the default is being used.',
'As of shrink/[email protected] the default does not include a dot prefix.',
`v3.0.0: "${destination}", v3.0.1: ".${destination}"`,
`v3.0.0: ".${destination}", v3.0.1: "${destination}"`,
'See https://github.com/shrink/actions-docker-extract/issues/28 for context.',
'No action is required unless this Workflow depends upon the dot prefix.',
].join(' '));
Expand Down

0 comments on commit 0f24549

Please sign in to comment.