From 69af18ea6bea4ce3fc1031107e7e75684dbb8794 Mon Sep 17 00:00:00 2001 From: Nicolas Grosjean Date: Sat, 6 Nov 2021 12:55:48 +0100 Subject: [PATCH] Fix example The options are changed between v0.0.1 and v0.1.0 so the example didn't work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a339b2b..b1d60bb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: - name: Setup node uses: actions/setup-node@v1 - name: Upload to GitHub - uses: LasyIsLazy/github-upload-action@v0.0.1 + uses: LasyIsLazy/github-upload-action@v0.1.0 with: access-token: ${{ secrets.ACCESS_TOKEN }} file-path: localPath