Skip to content

Commit bcdb1f1

Browse files
committed
wip
1 parent bdb6de5 commit bcdb1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/data-replication-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if [ -z "${{ inputs.db_snapshot_arn }}" ]; then
7272
echo "No snapshot ARN provided, fetching the latest snapshot"
7373
SNAPSHOT_ARN=$(aws rds describe-db-cluster-snapshots \
74-
--query "DBClusterSnapshots[?DBClusterIdentifier==`mavis-${{ inputs.environment }}`].[DBClusterSnapshotArn, SnapshotCreateTime]" \
74+
--query "DBClusterSnapshots[?DBClusterIdentifier==mavis-${{ inputs.environment }}].[DBClusterSnapshotArn, SnapshotCreateTime]" \
7575
--output text | sort -k2 -r | head -n 1 | cut -f1)
7676
7777
if [ -z "$SNAPSHOT_ARN" ]; then

0 commit comments

Comments
 (0)