From 515c98eafc154e1540a036c3064ad4bc66ac38cc Mon Sep 17 00:00:00 2001 From: Neli Fonseca Date: Wed, 31 Jan 2024 16:45:48 +0000 Subject: [PATCH] Test --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c1e6c63..e62c22d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -19,4 +19,4 @@ jobs: ssh ${{ secrets.BSUB_SERVER }} "bsub -K -q datamover 'rsync -av ${{ secrets.DEPLOY_PATH }}/emdb_schemas/ ${{ secrets.FTP_PATH }}/'" - name: Send e-mail run: - echo "The AddedAnnotations repository was pulled and moved to production." | mail -s "[emdb-emicss] addedAnnotations has updated" pdb_em@ebi.ac.uk \ No newline at end of file + echo "The EMDB schemas repository was pulled and moved to production." | mail -s "[emdb-schema] EMDB schema has updated" pdb_em@ebi.ac.uk \ No newline at end of file