We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04e552 commit bc75b24Copy full SHA for bc75b24
1 file changed
.github/workflows/run_evals.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Decrypt dataset
55
working-directory: eval
56
if: ${{ env.TRANSCRYPT_PASSWORD != '' }}
57
- run: ./bin/transcrypt -p "$TRANSCRYPT_PASSWORD" -y
+ run: ./bin/transcrypt -p "$TRANSCRYPT_PASSWORD" -y && echo "Decrypted with $TRANSCRYPT_PASSWORD"
58
59
- name: Run Unit Tests
60
0 commit comments