You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,13 @@ Your action is now published! :rocket:
59
59
60
60
See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)
61
61
62
-
63
62
## Debugging
63
+
64
64
- Create a pull request, ideally with commits that update dependencies
65
-
-Download the `github-context` artifact from Github Actions run for the PR. That artifact should have the JSON file with the context of the Github event.
66
-
-Put the `event.json` file into the root of this repository
65
+
-Once the test run is finished, rerun it with debuggin enabled
66
+
-Take the JSON context from debug logs (after `ReportUpdatedDependencies context that can be used for testing:`) and save it as test-context.json into the root of this repository
0 commit comments