We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f05d0 commit 0a10266Copy full SHA for 0a10266
.github/workflows/cleanup.yml
@@ -23,7 +23,6 @@ jobs:
23
24
core.info(`Owner: ${owner} (${isOrg ? 'org' : 'user'})`);
25
core.info(`Target package: ${package_name}`);
26
- core.info(`Dry run: ${dryRun}`);
27
28
const listFn = isOrg
29
? github.rest.packages.getAllPackageVersionsForContainerOwnedByOrganization
0 commit comments