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
As you can see, it fails in the last step while trying to create a pull request. I think that's because a dependency - peter-evans/create-pull-request@v6here - is hard coded to use GitHub and doesn't support Gitea/Forgejo. (See this issue on that project.)
The text was updated successfully, but these errors were encountered:
Allow `nix flake update --commit-lock-file` to auto-commit the lock file
after the update.
This allows us to run `nix flake update` through CI without any external
dependencies, such as DeterminateSystems' GitHub actions workflow, while
also conforming to our commit messages standard. This decision was made
particularly because of an issue with `update-flake-lock` [1]
[1]: DeterminateSystems/update-flake-lock#117
Signed-off-by: Chinmay D. Pai <[email protected]>
This Action fails with the following error on Forgejo (and I am guessing on Gitea as well):
As you can see, it fails in the last step while trying to create a pull request. I think that's because a dependency -
peter-evans/create-pull-request@v6
here - is hard coded to use GitHub and doesn't support Gitea/Forgejo. (See this issue on that project.)The text was updated successfully, but these errors were encountered: