Skip to content

Commit

Permalink
add timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 27, 2024
1 parent 94d3130 commit 51c7f5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ jobs:
text: "${{ github.workflow }} workflow finished."
- type: section
fields:
- type: mrkdwn
text: "*Timestamp*\n`${{ env.TIMESTAMP }}`"
- type: mrkdwn
text: "*Actor*\n<${{ github.event.actor.url }}|${{ github.event.actor.display_login }}>"
- type: mrkdwn
Expand All @@ -226,7 +228,5 @@ jobs:
channel_id: ${{ secrets.SLACK_CHANNEL_ID }}
initial_comment: "${{ github.workflow }} workflow failed."
file_uploads:
- file: ${{ env.TESTOUT_PATH }}/venom.log
filename: venom.log
- file: ${{ env.TESTOUT_PATH }}/test_results.html
filename: rest_results.html
filename: test_results.html

0 comments on commit 51c7f5d

Please sign in to comment.