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 921352e commit 84fcc74
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 @@ -15,7 +15,7 @@ jobs:
echo "Received test request for @frontegg/angular@${{ inputs.version }}"
echo "From: ${{ inputs.sha }}"
- name: "Test version ${{ inputs.version }} with SHA ${{ inputs.sha || 'default sha' }}"
- name: "Test version ${{ inputs.version }} with SHA ${{ (inputs.sha != '' && inputs.sha) || 'default sha' }}"
run: |
echo "Testing version ${{ inputs.version }} with SHA ${{ inputs.sha }}"
Expand Down

0 comments on commit 84fcc74

Please sign in to comment.