We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42a0c9 commit 486a749Copy full SHA for 486a749
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
mvn clean deploy -DaltDeploymentRepository=local-repo::default::file://$PWD/deploy-temp
26
27
- name: Setup SSH
28
- uses: webfactory/ssh-agent@v0.8.1
+ uses: webfactory/ssh-agent@v0.9.0
29
with:
30
ssh-private-key: ${{ secrets.MVN_WESJD_NET_DEPLOY_KEY }}
31
0 commit comments