Skip to content

Commit 3952f8f

Browse files
authored
Update dump-logs README.md (#152)
Using without a tag results in the following error ``` the `uses' attribute must be a path, a Docker image, or owner/repo@ref ```
1 parent 9341933 commit 3952f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump-logs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up and run some tests
2222
- name: Dump logs
2323
if: failure()
24-
uses: canonical/charming-actions/dump-logs
24+
uses: canonical/charming-actions/dump-logs@2.6.3
2525
```
2626
2727
## Known issues

0 commit comments

Comments
 (0)