Skip to content

Commit

Permalink
Merge pull request #5 from bcgov/ci/rename
Browse files Browse the repository at this point in the history
Rename APP_NAME to match with new repository rename
  • Loading branch information
wilwong89 authored Dec 12, 2023
2 parents 7fd235e + 5bbff19 commit bf63bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-opened.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull Request Opened

env:
APP_NAME: nr-permitting-navigator-service
APP_NAME: nr-permitconnect-navigator-service

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Push

env:
APP_NAME: nr-permitting-navigator-service
APP_NAME: nr-permitconnect-navigator-service

on:
push:
Expand Down

0 comments on commit bf63bdb

Please sign in to comment.