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 8e87f1c commit 91c3e7cCopy full SHA for 91c3e7c
tests/integration/actions_log_test.go
@@ -80,7 +80,7 @@ jobs:
80
assert.NoError(t, err)
81
82
// download task logs and check content
83
- runIndex := task.Context.GetFields()["run_number"].String()
+ runIndex := task.Context.GetFields()["run_number"].GetStringValue()
84
req := NewRequest(t, "GET", fmt.Sprintf("/%s/%s/actions/runs/%s/jobs/0/logs", user2.Name, repo.Name, runIndex)).
85
AddTokenAuth(token)
86
resp := MakeRequest(t, req, http.StatusOK)
0 commit comments