Skip to content

Commit

Permalink
Change time action
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Oct 29, 2020
1 parent 8e6b7b3 commit 50c54c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ubuntu-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
with:
arguments: "clean build"

- name: Get Time
id: time
uses: nanzm/get-time-action@v1.0
- name: Get current time
uses: 1466587594/get-current-time@v2
id: current-time
with:
timeZone: 8
format: 'YYYY-MM-DD HH:mm:ss'
utcOffset: "+00:00"

- name: Find Comment
uses: peter-evans/find-comment@v1
Expand All @@ -57,7 +57,7 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
**Timestamp:** ${{ steps.time.outputs.time }}
**Timestamp:** ${{ steps.current-time.outputs.formattedTime }}
**Buildscan url for ubuntu-workflow run [${{ github.run_id }}](https://github.com/Flank/flank/actions/runs/${{ github.run_id }})**
${{ steps.build.outputs.build-scan-url }}
Expand All @@ -68,6 +68,6 @@ jobs:
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
body: |
**Timestamp:** ${{ steps.time.outputs.time }}
**Timestamp:** ${{ steps.current-time.outputs.formattedTime }}
**Buildscan url for ubuntu-workflow run [${{ github.run_id }}](https://github.com/Flank/flank/actions/runs/${{ github.run_id }})**
${{ steps.build.outputs.build-scan-url }}

0 comments on commit 50c54c6

Please sign in to comment.