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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
The action now checks for conflicts with any edits directly on discourse and
will fail the content update if there are conflicts. The git merge algorithm
is used to merge content where there are no conflicts with the new content in
git and the changed content on discourse. The base_branch input can be used
to set the branch that contains the content for the base of the comparison for
conflicts. It should be the branch targeted by pull requests and from which
releases are usually done. This input is optional and defaults to the default
branch of the repository.
The github_token input has been changed to be required as it is now also
required during reconciliation to retrieve the content that was last pushed
from git to discousrse as a base for checking for content conflicts and
merging content.