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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To see what the results look like, go check out the Pull Requests.
12
12
13
13
The Action is defined at [.github/workflows/example.yml](.github/workflows/example.yml).
14
14
15
-
It contains two jobs, the first downloads and runs Dependabot CLI. The input for the Dependabot CLI job is [.github/dependabot/go.yml](.github/dependabot/go.yml). See the [Dependabot CLI repo](https://github.com/dependabot/cli) for more info on inputs such as credentials and groupings.
15
+
It contains two jobs, the first downloads and runs Dependabot CLI. The input for the first job is [.github/dependabot/go.yml](.github/dependabot/go.yml). See the [Dependabot CLI repo](https://github.com/dependabot/cli) for more info on inputs such as credentials and groupings.
16
16
17
17
The results are redirected to a file and uploaded as artifacts.
18
18
@@ -29,3 +29,4 @@ If you are having issues with the updates to a specific ecosystem, head over to
29
29
If there is a problem with running the Dependabot CLI, report that in the [CLI repo](https://github.com/dependabot/cli).
30
30
31
31
We do not provide direct support for the scripts and workflows in this repo, this is only to serve as an example.
0 commit comments