From 0e1229e31fb8a8a864fec5ba42e7a65066b708d9 Mon Sep 17 00:00:00 2001 From: Pablo Vilas Date: Thu, 12 Oct 2023 16:04:34 -0400 Subject: [PATCH] Update README.md fix example action URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a68be6..2afed83 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ jobs: - name: Login to Nullplatform id: login - uses: nullplatform/nullplatform-login-action@v1 + uses: nullplatform/github-action-login@v1 with: api-key: ${{ secrets.NULLPLATFORM_API_KEY }}