Skip to content

Commit 7b79bd2

Browse files
feat(upgrade): add upgrade-count and upgrade-strategy outputs
1 parent d8e94aa commit 7b79bd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

actions/upgrade/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ inputs:
1515
outputs:
1616
upgrades: # id of output
1717
description: 'The packages@versions that were updated'
18+
upgrade-count:
19+
description: 'The number of packages that were updated'
20+
upgrade-strategy:
21+
description: 'A description of the strategy used either a) latest or b) matching semver range'
1822
runs:
1923
using: 'docker'
2024
image: 'Dockerfile'

0 commit comments

Comments
 (0)