We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e94aa commit 7b79bd2Copy full SHA for 7b79bd2
actions/upgrade/action.yml
@@ -15,6 +15,10 @@ inputs:
15
outputs:
16
upgrades: # id of output
17
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'
22
runs:
23
using: 'docker'
24
image: 'Dockerfile'
0 commit comments