Skip to content

Commit

Permalink
Apply in other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Oct 11, 2024
1 parent c8e5c16 commit d47924e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare-accounts/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Prepare accounts
description: Prepare accounts that are use by Playwright
description: Prepare accounts that are used by Playwright
inputs:
BASE_URL:
description: "Dashboard base url"
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/run-pw-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ inputs:
description: "Playwright retries"
required: true
PROJECT:
description: "Project name form playwright config"
description: "Project name from playwright config"
required: false
default: "e2e"
ACCOUNTS:
description: "Accounts hash"
required: true
E2E_ENCODE_PASS:
description: "Accounts hash"
description: "Encode password"
required: true

runs:
Expand Down

0 comments on commit d47924e

Please sign in to comment.