Skip to content

Commit

Permalink
utilize different variable
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Sep 27, 2023
1 parent 534041d commit 0bfeab0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branch:
description: 'Execute tests from this branch'
required: true
default: '${{ github.base_ref }}'
default: '${{ GITHUB_BASE_REF }}'
type: string


Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
path: ${{ env.FTR_PATH }}
repository: opensearch-project/opensearch-dashboards-functional-test
ref: '${{ github.base_ref }}'
ref: '${{ inputs.branch }}'

- name: Get Cypress version
id: cypress_version
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ trash
target
/build
/bwc_tmp
/scripts/random/data
/scripts/random/stdout.txt
/scripts/random/data.tar.gz
/scripts/random.tar.gz
.jruby
.idea
*.iml
Expand Down

0 comments on commit 0bfeab0

Please sign in to comment.