add new action-run-number to reporter

This commit is contained in:
Connor 2024-11-11 11:47:53 -06:00
parent ffc3bcb887
commit 09905229df
No known key found for this signature in database
GPG key ID: 455C6C81CB2BD091
3 changed files with 10 additions and 1 deletions

View file

@ -185,6 +185,9 @@ jobs:
# Defaults to false
show-html-notice: 'true'
# Allows for passing through calling actions run number and attempt. When running reruns, its hard to differentiate runs.
action-run-number: ''
# Personal access token used to interact with Github API
# Default: ${{ github.token }}
token: ''