Skip to content

Commit

Permalink
Update cypress-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nimya-aot authored May 25, 2024
1 parent 7a920a2 commit 9bafc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

run: |
if "[[ "${{ github.event.inputs.pr-number }}" != '' ]]; then
if [[ "${{ github.event.inputs.pr-number }}" != '' ]]; then
echo "PR_NUMBER=pr-${{ github.event.inputs.pr-number }}"
Expand Down

0 comments on commit 9bafc29

Please sign in to comment.