Skip to content

fix: still fixing env bug #212

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

Merged
merged 3 commits into from
Sep 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: add debug statement
  • Loading branch information
wphyojpl committed Sep 21, 2023
commit cea568b079db10b85f04c41ba3067749f6320309
1 change: 1 addition & 0 deletions ci.cd/update_setup_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# os.environ['PR_NUMBER'] = '342'
# PR_NUMBER: ${{ github.event.number }}
# PR_TITLE: ${{ github.event.pull_request.title }}
print(os.environ)
pr_title = os.environ.get('PR_TITLE')
pr_number = os.environ.get('PR_NUMBER')
root_dir = os.environ.get('GITHUB_WORKSPACE')
Expand Down