Skip to content

Commit

Permalink
PG-31
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Dec 3, 2023
1 parent aa8afe7 commit dab4470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# echo "TIMESTAMP_DURATION_SECONDS=$((${TIMESTAMP_DURATION} - (${TIMESTAMP_DURATION_MINUTES} * 60)))" >> $GITHUB_OUTPUT
# echo "DURATION_PHRASE=${TIMESTAMP_DURATION_HOURS}:${TIMESTAMP_DURATION_MINUTES}:${TIMESTAMP_DURATION_SECONDS}" >> $GITHUB_OUTPUT
# echo "DURATION_PHRASE=${TIMESTAMP_START}" >> $GITHUB_OUTPUT
echo "DURATION_PHRASE::$(($(date +'%s')-$TIMESTAMP_START))"
echo "DURATION_PHRASE::$(($(date +'%s')-$TIMESTAMP_START))" >> $GITHUB_OUTPUT
# echo "DURATION_PHRASE=$((${TIMESTAMP_END} - ${TIMESTAMP_START}))" >> $GITHUB_OUTPUT
# echo "DURATION_PHRASE=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_OUTPUT
- name: "Slack notification: Done"
Expand Down

0 comments on commit dab4470

Please sign in to comment.