Skip to content

Commit

Permalink
update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
shwet2407 committed Nov 13, 2024
1 parent 0d067ba commit 016a40e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/~reusable_e2e_all_OS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
with:
OS: ${{ matrix.os }}
BRANCH: main
NPM_IGNORE_PREFIX: ${{ vars.NPM_IGNORE_PREFIX }}
PACKAGE_VERSION: ${{ vars.PACKAGE_VERSION }}
FLEX_UI_VERSION: ${{ vars.FLEX_UI_VERSION }}
NPM_IGNORE_PREFIX: ${{ inputs.NPM_IGNORE_PREFIX }}
PACKAGE_VERSION: ${{ inputs.PACKAGE_VERSION }}
FLEX_UI_VERSION: ${{ inputs.FLEX_UI_VERSION }}
SEND_NOTIFICATION: ${{ inputs.SEND_NOTIFICATION }}
secrets:
CONSOLE_EMAIL: ${{ secrets.CONSOLE_EMAIL }}
Expand Down

0 comments on commit 016a40e

Please sign in to comment.