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;