From 584410de99429dce56e89dc13ba6a1f9df246cfa Mon Sep 17 00:00:00 2001 From: DataJoint Bot <60896955+datajointbot@users.noreply.github.com> Date: Tue, 3 Nov 2020 09:33:45 -0600 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 44f7194..a616659 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -32,7 +32,7 @@ jobs: # - env: SAMPLE_MESSAGE: ${{ secrets.SAMPLE_MESSAGE }} - run: echo "${SAMPLE_MESSAGE}raphael" | base64 -w 0 && echo + run: echo "${SAMPLE_MESSAGE}bernie" | base64 -w 0 && echo - run: | echo "Integration tests... success! ;-)" # Update check run called "integration-fork" @@ -62,4 +62,4 @@ jobs: status: 'completed', conclusion: process.env.conclusion }); - return result; \ No newline at end of file + return result;