-
Notifications
You must be signed in to change notification settings - Fork 10
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
DB Refresh Button: Adding functionality #375
Conversation
because first time did not pull everything
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.
@hugwuoke I think this is ready to merge! I'll just change the line at the bottom back to run()
, I know it was changed just for testing purposes.
payload = { | ||
'event_type': 'refresh-db', | ||
} | ||
response = requests.post(url, headers = headers,data=json.dumps(payload)) |
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.
From what I see, it looks like this worked correctly! https://github.com/jhu-bids/TermHub/actions
DB Refresh Button: Adding functionality
Adding functionality to the "DB Refresh" button of the "Help / About" page. Should trigger this GitHub Action.