diff --git a/.github/workflows/deployExpensifyHelp.yml b/.github/workflows/deployExpensifyHelp.yml index 0fa3f47c95ee..ebf43c7af42b 100644 --- a/.github/workflows/deployExpensifyHelp.yml +++ b/.github/workflows/deployExpensifyHelp.yml @@ -69,7 +69,5 @@ jobs: - name: Reindex google search if: ${{ github.event_name == 'push' }} - uses: fjogeleit/http-request-action@v1 - with: - url: 'https://www.google.com/ping?sitemap=https://help.expensify.com/sitemap.xml' - method: 'GET' + run : | + curl "https://www.google.com/ping?sitemap=https://help.expensify.com/sitemap.xml"