Skip to content

Commit 0002aba

Browse files
style: format
1 parent 442622b commit 0002aba

12 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/check-oas-for-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
if: failure()
6161
uses: ./.github/workflows/notify-slack-on-failure.yml
6262
secrets:
63-
GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL: ${{ secrets.GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL }}
63+
GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL: ${{ secrets.GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL }}

.github/workflows/notify-slack-on-failure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
webhook-type: incoming-webhook
2020
payload: |
2121
"repository": "${{ github.repository }}"
22-
"run": ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
22+
"run": ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

.github/workflows/status-list-mock-check-oas-for-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
if: failure()
5353
uses: ./.github/workflows/notify-slack-on-failure.yml
5454
secrets:
55-
GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL: ${{ secrets.GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL }}
55+
GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL: ${{ secrets.GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL }}

.github/workflows/status-list-mock-dev-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
uses: govuk-one-login/devplatform-upload-action@5879c30205266ad61e8299a4fcea76364530c9c1 # v3.14.0
5959
with:
6060
artifact-bucket-name: ${{ secrets.DEV_STATUS_LIST_MOCK_ARTIFACT_SOURCE_BUCKET_NAME }}
61-
template-file: .aws-sam/build/template.yaml
61+
template-file: .aws-sam/build/template.yaml

.github/workflows/status-list-mock-notify-slack-on-failure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
webhook-type: incoming-webhook
2020
payload: |
2121
"repository": "${{ github.repository }}"
22-
"run": ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
22+
"run": ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

.github/workflows/status-list-mock-pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ jobs:
108108
if: github.event.pull_request.user.login != 'dependabot[bot]'
109109
secrets:
110110
WALLET_CRS_DEPLOY_KEY: ${{ secrets.WALLET_CRS_DEPLOY_KEY }}
111-
GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL: ${{ secrets.GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL }}
111+
GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL: ${{ secrets.GH_WORKFLOW_FAILURE_BOT_SLACK_WEBHOOK_URL }}

.github/workflows/status-list-mock-push-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
with:
9595
artifact-bucket-name: ${{ secrets.BUILD_STATUS_LIST_MOCK_ARTIFACT_SOURCE_BUCKET_NAME }}
9696
working-directory: ./status-list-mock
97-
template-file: .aws-sam/build/template.yaml
97+
template-file: .aws-sam/build/template.yaml

.github/workflows/status-list-mock-sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
env:
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4242
with:
43-
scanMetadataReportFile: status-list-mock/.scannerwork/report-task.txt
43+
scanMetadataReportFile: status-list-mock/.scannerwork/report-task.txt

status-list-mock/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24
1+
24

status-list-mock/localstack/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ aws --endpoint-url=${ENDPOINT} kms create-alias \
1818

1919
aws --endpoint-url=${ENDPOINT} s3api create-bucket --bucket jwks --create-bucket-configuration LocationConstraint=${REGION}
2020

21-
aws --endpoint-url=${ENDPOINT} s3api create-bucket --bucket status-list --create-bucket-configuration LocationConstraint=${REGION}
21+
aws --endpoint-url=${ENDPOINT} s3api create-bucket --bucket status-list --create-bucket-configuration LocationConstraint=${REGION}

0 commit comments

Comments
 (0)