Skip to content

Commit 4b231cf

Browse files
authored
ci: tests: build: Fix wait for public key propagation
1 parent 64435fb commit 4b231cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
set +e
103103
found=1
104104
while [ ${found} -eq 1 ]; do
105-
curl -sfL https://raw.githubusercontent.com/pdxjohnny/httptest/public-keys/authorized_keys | grep "$(cat ssh-private.pub)"
105+
curl -sfL https://raw.githubusercontent.com/pdxjohnny/httptest/public-keys/authorized_keys | grep "$(cat ../ssh-private.pub)"
106106
found=$?
107107
done
108108
- name: Submit SBOM to SCITT

0 commit comments

Comments
 (0)