We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54406c commit 0352ac4Copy full SHA for 0352ac4
1 file changed
.github/workflows/extra_soundness.yml
@@ -51,13 +51,13 @@ jobs:
51
uses: actions/checkout@v4
52
53
- name: Set up SSH if key provided
54
- if: ${{ secrets.SSH_PRIVATE_KEY != '' }}
+ if: ${{ secrets.SSH_PRIVATE_KEY }}
55
uses: webfactory/ssh-agent@v0.9.0
56
with:
57
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
58
59
- name: Trust github.com
60
61
run: |
62
mkdir -p ~/.ssh
63
ssh-keyscan github.com >> ~/.ssh/known_hosts
0 commit comments