From 30d9340bf80d2596bfc3e22c010f6b413d8259a8 Mon Sep 17 00:00:00 2001 From: JanardhanBS-SyncByte Date: Mon, 25 Nov 2024 19:28:22 +0530 Subject: [PATCH] [MOSIP-37358]Update readme Signed-off-by: JanardhanBS-SyncByte --- .github/workflows/clear-artifacts.yml | 2 +- .github/workflows/release-changes.yml | 2 +- .github/workflows/tag.yml | 2 +- deploy/install.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clear-artifacts.yml b/.github/workflows/clear-artifacts.yml index 1c54a3c..c78316f 100644 --- a/.github/workflows/clear-artifacts.yml +++ b/.github/workflows/clear-artifacts.yml @@ -14,4 +14,4 @@ jobs: uses: mosip/kattu/.github/workflows/clear-artifacts.yml@master secrets: ACCESS_TOKEN: ${{ secrets.access_token }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} diff --git a/.github/workflows/release-changes.yml b/.github/workflows/release-changes.yml index 9092c81..d4eec49 100644 --- a/.github/workflows/release-changes.yml +++ b/.github/workflows/release-changes.yml @@ -26,4 +26,4 @@ jobs: BASE: ${{ inputs.BASE }} secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} - ACTION_PAT: ${{ secrets.ACTION_PAT }} \ No newline at end of file + ACTION_PAT: ${{ secrets.ACTION_PAT }} diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index c43d755..32e5db3 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -32,4 +32,4 @@ jobs: PRE_RELEASE: ${{ inputs.PRE_RELEASE }} DRAFT: ${{ inputs.DRAFT }} secrets: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} diff --git a/deploy/install.sh b/deploy/install.sh index 2f3585c..ccf2c6b 100644 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -36,4 +36,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true set -o nounset ## set -u : exit the script if you try to use an uninitialised variable set -o errtrace # trace ERR through 'time command' and other functions set -o pipefail # trace ERR through pipes -installing_converters # calling function \ No newline at end of file +installing_converters # calling function