We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The branch name update_flake_lock_action is hardcoded here:
update_flake_lock_action
update-flake-lock/action.yml
Lines 47 to 51 in 222f041
But this becomes incorrect, when the user overrides it in the workflow YAML as I do here. This results in creating PRs with wrong instructions:
srid/haskell-flake#321
The PR body refers to branch update_flake_lock_action contradicting the actual branch update_flake_lock_example.
update_flake_lock_example
The text was updated successfully, but these errors were encountered:
Aside: I wrote this little Nu script to automate the steps, taking the PR URL directly.
srid/nixos-config@db392e4
Sorry, something went wrong.
No branches or pull requests
The branch name
update_flake_lock_action
is hardcoded here:update-flake-lock/action.yml
Lines 47 to 51 in 222f041
But this becomes incorrect, when the user overrides it in the workflow YAML as I do here. This results in creating PRs with wrong instructions:
srid/haskell-flake#321
The PR body refers to branch
update_flake_lock_action
contradicting the actual branchupdate_flake_lock_example
.The text was updated successfully, but these errors were encountered: