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 1efaed7 commit 9629fcbCopy full SHA for 9629fcb
action.yml
@@ -37,6 +37,9 @@ outputs:
37
run-id:
38
description: 'Id of the workflow-run matching the requirements.'
39
value: ${{ steps.lastrun.outputs.run-id }}
40
+ n-runs:
41
+ description: 'Number of runs of the workflow matching the requirements'
42
+ value: ${{ steps.lastrun.outputs.n-runs }}
43
runs:
44
using: "composite"
45
steps:
@@ -47,7 +50,7 @@ runs:
47
50
fetch-depth: ${{ inputs.fetch-depth }}
48
51
- id: lastrun
49
52
name: Get latest successful sha
- uses: VeoVirt/last-successful-build-action@v7
53
+ uses: VeoVirt/last-successful-build-action@v8
54
with:
55
token: "${{ inputs.token }}"
56
branch: ${{ inputs.branch }}
0 commit comments