Skip to content

Commit

Permalink
Fix deployment repository (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicmirciu authored Jun 21, 2021
1 parent ffe0290 commit ca2b263
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "acs-upb-mobile",
"version": "1.0.0",
"bugs": {
"url": "https://github.com/acs-upb-mobile/acs-upb-mobile/issues"
"url": "https://github.com/student-hub/acs-upb-mobile/issues"
},
"homepage": "https://github.com/acs-upb-mobile/acs-upb-mobile#readme",
"homepage": "https://github.com/student-hub/acs-upb-mobile#readme",
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@textlint-rule/textlint-rule-proselint": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
web:
name: Deploy website
runs-on: ubuntu-latest
if: github.repository == 'acs-upb-mobile/acs-upb-mobile'
if: github.repository == 'student-hub/acs-upb-mobile'

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
github:
name: Create GitHub release
runs-on: ubuntu-latest
if: github.repository == 'acs-upb-mobile/acs-upb-mobile'
if: github.repository == 'student-hub/acs-upb-mobile'

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
android:
name: Deploy to Google Play
runs-on: ubuntu-latest
if: github.repository == 'acs-upb-mobile/acs-upb-mobile'
if: github.repository == 'student-hub/acs-upb-mobile'

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion lib/resources/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Utils {

static String privacyPolicyURL =
'https://www.websitepolicies.com/policies/view/IIUFv381';
static String repoURL = 'https://github.com/acs-upb-mobile/acs-upb-mobile';
static String repoURL = 'https://github.com/student-hub/acs-upb-mobile';
static const String corsProxyUrl = 'https://cors-anywhere.herokuapp.com';

static Future<void> launchURL(String url) async {
Expand Down

0 comments on commit ca2b263

Please sign in to comment.