-
Notifications
You must be signed in to change notification settings - Fork 43
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
Rename hiuvi -> Caspion #269
Conversation
@@ -10,7 +10,7 @@ import * as googleSheets from './googleSheetsInternalAPI'; | |||
import { appendToSpreadsheet } from './googleSheetsInternalAPI'; | |||
|
|||
const GOOGLE_SHEETS_DATE_FORMAT = 'DD/MM/YYYY'; | |||
const DEFAULT_SHEET_NAME = '_hiuvi'; | |||
const DEFAULT_SHEET_NAME = '_caspion'; |
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.
This is a breaking change for people who are already using the integration with google sheets, but I think it is worth doing it now and not leaving this old reference in the code.
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.
Yes... but we will need to stop breaking the app someday 😉
@@ -36,7 +36,7 @@ jobs: | |||
script: | | |||
const releases = await github.repos.listReleases({ | |||
owner: 'brafdlog', | |||
repo: 'hiuvi' | |||
repo: 'caspion' |
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.
You need to change the repo in Github
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.
Just change the repo name in Github and we will see the checks are passed.
07027bf
to
deaf541
Compare
No description provided.