From f3a54d81977e26b74469ef37e0898261afa44e28 Mon Sep 17 00:00:00 2001 From: Eduard Tamsa Date: Fri, 2 Jun 2023 02:04:54 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eca063..0cbc44a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To use this action in your workflow, add the following step to your `.github/wor ```yaml steps: - name: Upload file to SharePoint - uses: sjultra/Push2Sharepoint@v3 + uses: sjultra/Push2Sharepoint@v3.1 with: username: ${{ secrets.SHAREPOINT_USERNAME }} password: ${{ secrets.SHAREPOINT_PASSWORD }}