Skip to content

Commit b78d786

Browse files
committed
update test workflow
1 parent f69f64d commit b78d786

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_password }}" == "password456" ]] || exit 1
50+
[[ "${{ steps.secrets.outputs.p12 }}" == "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)