From 2c4103356071754494d2418ef1b6b34b1239320f Mon Sep 17 00:00:00 2001 From: Emmanuel Lampe Date: Wed, 27 Sep 2023 06:48:28 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce10e26..3c06944 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - run: echo "Hello world" > hello.txt - - uses: rexlmanu/pterodactyl-upload-action@v2 + - uses: rexlmanu/pterodactyl-upload-action@v2.1 with: panel-host: ${{ secrets.PANEL_HOST }} api-key: ${{ secrets.API_KEY }}