Skip to content

Commit

Permalink
PG-31
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Dec 4, 2023
1 parent 2203c4c commit 9617597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
},
{
"type": "mrkdwn",
"text": ":hourglass: --"
"text": ":timer_clock: --"
}
]
},
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
},
{
"type": "mrkdwn",
"text": ":hourglass: ${{ steps.timer_end.outputs.DURATION_PHRASE }}"
"text": ":timer_clock: ${{ steps.timer_end.outputs.DURATION_PHRASE }}"
}
]
},
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
},
{
"type": "mrkdwn",
"text": ":hourglass: ${{ steps.timer_end.outputs.DURATION_PHRASE }}"
"text": ":timer_clock: ${{ steps.timer_end.outputs.DURATION_PHRASE }}"
}
]
},
Expand Down

0 comments on commit 9617597

Please sign in to comment.