chore(deps): update ksxgithub/github-actions-deploy-aur action to v4.1.3#20
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update ksxgithub/github-actions-deploy-aur action to v4.1.3#20renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
43de593 to
a4fd4b3
Compare
a4fd4b3 to
43895d8
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.1.1→v4.1.3Release Notes
KSXGitHub/github-actions-deploy-aur (KSXGitHub/github-actions-deploy-aur)
v4.1.3Compare Source
There is a bug in
runuserthat converts all-c(even after--) into--commandwhichbashdoesn't recognize. This release removes the-cflag entirely, bash would execute/build.shas if it's a file. Hopefully, the behavior preserves. If not, maybe just switch tosuorsudo.Relevant PR: #51.
v4.1.2Compare Source
Switching from
--commandto-u <USER> -- <COMMAND>(the recommended way), allowing the entry point to run in su-compatible mode (#49).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.