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
Currently, this bot includes the following in the PR:
Running GitHub Actions on this PR GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. To run GitHub Actions workflows on this PR, run: git branch -D update_flake_lock_action git fetch origin git checkout update_flake_lock_action git commit --amend --no-edit git push origin update_flake_lock_action --force
GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.
To run GitHub Actions workflows on this PR, run:
git branch -D update_flake_lock_action git fetch origin git checkout update_flake_lock_action git commit --amend --no-edit git push origin update_flake_lock_action --force
A simpler way (both in terms of explanation and execution) exists, and the text could be:
Running GitHub Actions on this PR GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action. To run GitHub Actions workflows on this PR, please close it and then reopen it again.
To run GitHub Actions workflows on this PR, please close it and then reopen it again.
The text was updated successfully, but these errors were encountered:
Closing and opening the PR again doesn't trigger on.push actions for me.
Sorry, something went wrong.
Hmm, ok. Maybe only works for on.pull_request
No branches or pull requests
Currently, this bot includes the following in the PR:
A simpler way (both in terms of explanation and execution) exists, and the text could be:
The text was updated successfully, but these errors were encountered: