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 64435fb commit 4b231cfCopy full SHA for 4b231cf
.github/workflows/tests.yml
@@ -102,7 +102,7 @@ jobs:
102
set +e
103
found=1
104
while [ ${found} -eq 1 ]; do
105
- curl -sfL https://raw.githubusercontent.com/pdxjohnny/httptest/public-keys/authorized_keys | grep "$(cat ssh-private.pub)"
+ curl -sfL https://raw.githubusercontent.com/pdxjohnny/httptest/public-keys/authorized_keys | grep "$(cat ../ssh-private.pub)"
106
found=$?
107
done
108
- name: Submit SBOM to SCITT
0 commit comments