-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
chore: update Build-in Talk script and CI #1052
Conversation
ShGKme
commented
Jan 24, 2025
•
edited
Loading
edited
fd5ccd5
to
33a18d3
Compare
767530d
to
634fab2
Compare
run: echo "${{ steps.update.outputs.stdout }}" | ||
|
||
- name: Create Pull Request | ||
if: steps.update.outcomes == 'success' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if: steps.update.outcomes == 'success' | |
if: steps.update.outcome == 'success' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also is there any error case? So if no changes are found, it would still create a PR? (Just asking)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also is there any error case?
No as far as I know
So if no changes are found, it would still create a PR? (Just asking)
Checked by peter-evans/create-pull-request
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed with force-push, 1 char changed
Signed-off-by: Grigorii K. Shartsev <[email protected]>
634fab2
to
ce851b6
Compare
Thanks, @SystemKeeper ! |