From b983834968a8fcd34e85c4255a8529f7f7e0faed Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Mon, 25 Dec 2023 01:50:16 +0100 Subject: [PATCH] Modified the actions path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41498e2..b38cbf8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v2 - name: Upload to Screeps - uses: your-username/your-repository@v1 + uses: Screeps/screeps-deploy-action@main with: token: ${{ secrets.SCREEPS_TOKEN }} pattern: '**/*.js'