Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 15, 2024
1 parent 7716560 commit 2c1f85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ jobs:
')
adjusted_int_value=$(awk '{printf "%d\n", $1}' <<< "$(echo "$value * 1.1" | bc)")
echo "$adjusted_int_value"
echo "$value * 1.1 = $adjusted_int_value"
echo "EWMS_PILOT_TASK_TIMEOUT=$adjusted_int_value" >> $GITHUB_ENV
- name: run
Expand Down

0 comments on commit 2c1f85f

Please sign in to comment.