Skip to content

Commit 0f78908

Browse files
committed
Revert "update test workflow"
This reverts commit b78d786.
1 parent 07f7c09 commit 0f78908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
run: |
4848
[[ "${{ steps.secrets.outputs.test_login_username }}" == "username001" ]] || exit 1
4949
[[ "${{ steps.secrets.outputs.test_login_password }}" == "password123" ]] || exit 1
50-
[[ "${{ steps.secrets.outputs.p12 }}" == "password456" ]] || exit 1
50+
[[ "${{ steps.secrets.outputs.p12_password }}" == "password456" ]] || exit 1
5151
[[ "${{ steps.secrets.outputs.test_document_filename }}" == "Test Document.txt" ]] || exit 1
5252
[[ -f "Test Document.txt" ]] || exit 1

0 commit comments

Comments
 (0)