From bbc9c6b844de812923bf44dbc3a7e9108a253f2e Mon Sep 17 00:00:00 2001 From: Steve Hannah Date: Sat, 30 Dec 2023 07:59:58 -0800 Subject: [PATCH] fix wrong github actions in readme. https://github.com/shannah/jdeploy/issues/106 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a263cc0..69c0cd9d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Build App Installer Bundles - uses: actions/jdeploy@master + uses: shannah/jdeploy@master with: github_token: ${{ github.token }} ```