1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Dependabot private Ruby registry config: Fix indentation of replaces-base (#26538)

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
Patrick Brinich-Langlois
2023-07-14 00:39:35 -07:00
committed by GitHub
parent 5587d51c17
commit 898f416aa5

View File

@@ -1230,7 +1230,7 @@ registries:
type: rubygems-server
url: https://rubygems.pkg.github.com/octocat/github_api
token: ${{secrets.MY_GITHUB_PERSONAL_TOKEN}}
replaces-base: true
replaces-base: true
```
{% endraw %}