Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Jan 12, 2024
1 parent 28815e1 commit 118d020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ runs:
LIFETIME=0 # For test reports from releases - no LIFETIME period
elif [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
LIFETIME="$MANUAL_RUN_LIFETIME"
elif
else
LIFETIME="$OTHER_LIFETIME"
fi
echo "LIFETIME=$LIFETIME" >> $GITHUB_ENV
Expand Down

0 comments on commit 118d020

Please sign in to comment.