Skip to content

Commit 200517f

Browse files
author
Abhi Markan
committed
fix(EMS-4098): corrected project name
1 parent b23b96a commit 200517f

File tree

7 files changed

+59
-59
lines changed

7 files changed

+59
-59
lines changed

.github/actions/mysql/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
required: false
2323
default: 'main'
2424
node:
25-
description: 'Node.js setup version'
25+
description: 'Node.js version'
2626
required: true
2727
execute:
2828
description: 'Ascertain SQL script execution'

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
name: Notification 🔔
182182
needs: [setup, database, webapp]
183183
environment: ${{ needs.setup.outputs.environment }}
184-
runs-on: [self-hosted, DTFS, deployment]
184+
runs-on: [self-hosted, EXIP, deployment]
185185

186186
env:
187187
ENVIRONMENT: ${{ needs.setup.outputs.environment }}
@@ -200,11 +200,11 @@ jobs:
200200
"@context": "http://schema.org/extensions",
201201
"themeColor": "00703c",
202202
"title": "🚀 main : ${{ env.ENVIRONMENT }}",
203-
"summary": "Deployed '\''main'\'' branch to '\''${{ env.ENVIRONMENT }}'\'' DTFS environment",
203+
"summary": "Deployed '\''main'\'' branch to '\''${{ env.ENVIRONMENT }}'\'' EXIP environment",
204204
"sections": [
205205
{
206206
"activityTitle": "Branch deployment",
207-
"activitySubtitle": "Deployed **main** branch to **${{ env.ENVIRONMENT }}** DTFS environment.",
207+
"activitySubtitle": "Deployed **main** branch to **${{ env.ENVIRONMENT }}** EXIP environment.",
208208
"facts": [
209209
{
210210
"name": "Branch",

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DTFS Git Hub Actions
1+
# EXIP Git Hub Actions
22
#####################################
33
# This GHA is responsible for creating automated
44
# GitHub release based PR. Once the PR is merged

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ui/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"express-rate-limit": "^7.5.0",
5454
"express-session": "^1.18.1",
5555
"google-libphonenumber": "^3.2.40",
56-
"govuk-frontend": "^5.7.1",
56+
"govuk-frontend": "^5.8.0",
5757
"graphql": "^15.9.0",
5858
"graphql-tag": "^2.12.6",
5959
"is-url": "^1.2.4",

0 commit comments

Comments
 (0)