We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
juliangruber
Learn more about funding links in repositories.
Report abuse
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
0s Run juliangruber/approve-pull-request-action@v1 (https://github.com/EnzooKms/EnzooKms/actions/runs/5294332107/jobs/9583558838#step:6:1).1.1 Error: Invalid value for parameter 'pull_number': "" is NaN
My YML
How i can fix that ?
The text was updated successfully, but these errors were encountered:
It looks like peter-evans/create-pull-request doesn't always create pull requests. If you look at your logs, it says
Branch 'dev' no longer differs from base branch 'main'
I think therefore you want to make the steps after that one conditional, and add something like this to the approve and merge steps
- if: ${{ steps.pr-1.outputs.pull-request-number }}
Sorry, something went wrong.
No branches or pull requests
0s
Run juliangruber/approve-pull-request-action@v1
(https://github.com/EnzooKms/EnzooKms/actions/runs/5294332107/jobs/9583558838#step:6:1).1.1
Error: Invalid value for parameter 'pull_number': "" is NaN
My YML
How i can fix that ?
The text was updated successfully, but these errors were encountered: