Skip to content

Commit 40ec00c

Browse files
committed
Update readme to use correct version of the action
1 parent 5f723a6 commit 40ec00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As the **very last job** in your workflow, add
1414

1515
```yml
1616
- name: Time reporter
17-
uses: DeviesDevelopment/workflow-timer@master
17+
uses: DeviesDevelopment/workflow-timer@v0.0.1
1818
```
1919
Workflow-timer compares the current workflow run with the latest run on the master/main branch. Therefore, the same workflow needs to run when merging with the master as well, otherwise, there will be no data to compare. We suggest having the following definition in the workflow:
2020

0 commit comments

Comments
 (0)