-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix push with no configured module names (#31)
This PR allows for better push behaviour when unnamed modules are present. The action will now read the `buf.yaml` config file to check for missing names before running the push or archive steps. With the latest release of `buf`@v.1.33.0 we can now also use the flag `--exclude-unnamed` to avoid failing push on unnamed modules when multiple modules are present. As a test (and example) see the `test-push-unnamed` step in CI. In addition is the introduction of outputs in the `action.yml` by setting the resolved version of `buf`.
- Loading branch information
1 parent
4bf9507
commit d17c53a
Showing
9 changed files
with
8,796 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.