Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed May 13, 2020
1 parent df9ac80 commit 7e18f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This action can be run as the last step in a workflow:

```yaml
- name: checkrun-timechart
uses: urcomputeringpal/[email protected].3
uses: urcomputeringpal/[email protected].4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: checkrun-timechart
uses: urcomputeringpal/[email protected].3
uses: urcomputeringpal/[email protected].4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CheckRun Timechart
description: A GitHub Action that displays a timechart of CheckRuns related to a given sha. Useful for debugging the performance of GitHub Actions workflows
description: Visualizes the performance of CheckRuns run a given SHA using an ASCII timechart
branding:
icon: 'activity'
color: 'gray-dark'
Expand All @@ -16,4 +16,4 @@ inputs:

runs:
using: docker
image: 'docker://urcomputeringpal/checkrun-timechart-action:v0.0.3'
image: 'docker://urcomputeringpal/checkrun-timechart-action:v0.0.4'

0 comments on commit 7e18f25

Please sign in to comment.