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 8619305 commit a0f2d7fCopy full SHA for a0f2d7f
.github/workflows/sftp-test.yml
@@ -132,8 +132,7 @@ jobs:
132
133
# Verify the files match
134
echo "Verifying file integrity..."
135
- md5sum /tmp/sftp_test_dir/test_received.dat > /tmp/received.md5
136
- if cmp -s /tmp/test.md5 /tmp/received.md5; then
+ if cmp -s /tmp/test.dat /tmp/sftp_test_dir/test_received.dat; then
137
echo "SFTP Test PASSED: Files match"
138
else
139
echo "SFTP Test FAILED: Files do not match"
0 commit comments