Skip to content

Commit b6d46c1

Browse files
authored
Add attempt number to GitHub context (#1302)
* Add attempt number to GitHub context * Change context name * Changing order
1 parent 38e33bb commit b6d46c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runner.Worker/GitHubContext.cs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public sealed class GitHubContext : DictionaryContextData, IEnvironmentContextDa
2626
"repository",
2727
"repository_owner",
2828
"retention_days",
29+
"run_attempt",
2930
"run_id",
3031
"run_number",
3132
"server_url",

0 commit comments

Comments
 (0)