From 7371c4ef185daeeecfba329a985ab8247027bb53 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:31:01 -0400 Subject: [PATCH] Fix naming --- .github/workflows/check-tables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-tables.yml b/.github/workflows/check-tables.yml index 422c1bd6fe..bacbd31986 100644 --- a/.github/workflows/check-tables.yml +++ b/.github/workflows/check-tables.yml @@ -27,7 +27,7 @@ on: branches: [new-relic-logs-update] jobs: fac-check-tables: - name: Perform Database Backup + name: Check tables in fac database runs-on: ubuntu-latest # environment: ${{ inputs.environment }} environment: preview @@ -43,4 +43,4 @@ jobs: cf_org: gsa-tts-oros-fac cf_space: ${{ env.space }} # command: cf run-task gsa-fac -k 7G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh ${{ inputs.util_version }} ${{ inputs.backup_operation }}" - command: cf run-task gsa-fac -k 2G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh v0.1.5 check_tables" + command: cf run-task gsa-fac -k 2G -m 3G --name check_tables --command "./fac-backup-util.sh v0.1.5 check_tables"