We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7d955 commit be50ab9Copy full SHA for be50ab9
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
distribution: temurin
16
- uses: actions/checkout@v4
17
- run: sbt -v -Dfile.encoding=UTF8 "+test" testConscript
18
- - uses: webfactory/ssh-agent@v0.8.0
+ - uses: webfactory/ssh-agent@v0.9.0
19
if: ${{ github.repository_owner == 'foundweekends' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
20
with:
21
ssh-private-key: ${{ secrets.DEPLOY_KEY_1 }}
0 commit comments