-
Notifications
You must be signed in to change notification settings - Fork 5
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
Get branch name from issue #953
Conversation
Test Results121 tests ±0 121 ✅ ±0 13s ⏱️ +2s Results for commit f6bbccc. ± Comparison against base commit 54c79bb. This pull request removes 9 and adds 9 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
3711953
to
f6bbccc
Compare
@@ -47,7 +54,7 @@ jobs: | |||
shell: bash | |||
run: | | |||
ls | |||
python -u -m updatereference --prNumber=${{ github.event.issue.number }} | |||
python -u -m updatereference --issueNumber=${{ github.event.issue.number }} |
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.
@TruongQuangSB This looks somehow old. Didn't we renamed the python module to update-table-reference
?
I don't find the PR anymore where I requested this 🙈
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.
@mariusheine ah i have revert this change, because it will be same with docker image name
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.
@TruongQuangSB Ahh alright 🤣 Then it looked fine
No description provided.