Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
doregg committed Mar 20, 2024
1 parent dbdcc47 commit 921352e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Another test
run: |
cd projects/${{ (inputs.sha == '' || inputs.sha == '1') ? 'example' : 'frontegg-app' }}
cd projects/${{ ((inputs.sha == '' || inputs.sha == '1') && 'example') || 'frontegg-app' }}
ls -la
shell: bash

Expand Down

0 comments on commit 921352e

Please sign in to comment.