Skip to content

Commit 13909ec

Browse files
authored
add missing get_workflow_job_logs (#1625)
1 parent 09832ce commit 13909ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/github/deprecated_tool_aliases.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ var DeprecatedToolAliases = map[string]string{
2020
"get_workflow_job": "actions_get",
2121
"get_workflow_run_usage": "actions_get",
2222
"get_workflow_run_logs": "actions_get",
23+
"get_workflow_job_logs": "actions_get",
2324
"download_workflow_run_artifact": "actions_get",
2425
"run_workflow": "actions_run_trigger",
2526
"rerun_workflow_run": "actions_run_trigger",

0 commit comments

Comments
 (0)