diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 852a7d117a..480b09e1b0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -8,7 +8,6 @@ jobs: sample-job: runs-on: ubuntu-latest steps: - - name: my-step - uses: actions/hello-world-javascript-action@main - with: - who-to-greet: 'Mona the Octocat'``` \ No newline at end of file + - uses: actions/hello-world-javascript-action@main + with: + who-to-greet: 'Deriv Team' \ No newline at end of file