Skip to content

Commit

Permalink
Update dump-logs README.md (#152)
Browse files Browse the repository at this point in the history
Using without a tag results in the following error
```
the `uses' attribute must be a path, a Docker image, or owner/repo@ref
```
  • Loading branch information
orfeas-k authored Sep 18, 2024
1 parent 9341933 commit 3952f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up and run some tests
- name: Dump logs
if: failure()
uses: canonical/charming-actions/dump-logs
uses: canonical/charming-actions/dump-logs@2.6.3
```
## Known issues
Expand Down

0 comments on commit 3952f8f

Please sign in to comment.