Skip to content

Commit

Permalink
Reduce side scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Oct 18, 2024
1 parent 9891e3f commit 6be97a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Example migration:
+ - uses: bufbuild/buf-action@v1
with:
- against: 'https://github.com/acme/weather.git#branch=main'
+ breaking_against: 'https://github.com/acme/weather.git#branch=main' # This example shows how to maintain behavior when migrating, but we recommend unsetting this parameter and relying on the default behavior instead.
+ # This example shows how to maintain behavior when migrating, but we recommend unsetting this parameter and relying on the default behavior instead.
+ breaking_against: 'https://github.com/acme/weather.git#branch=main'
```

## [buf-lint-action][buf-lint]
Expand Down

0 comments on commit 6be97a7

Please sign in to comment.