You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# 🗑 Delete workflow artifacts
2
-
Enables the deletion of artifacts within the workflow run. This can be useful when artifacts are shared across jobs, but are no longer needed when the workflow is complete.
1
+
# Delete artifacts
2
+
A GitHub Action for deleting artifacts within the workflow run. This can be useful when artifacts are shared across jobs, but are no longer needed when the workflow is complete.
3
3
4
4
## Usage
5
5
```yml
@@ -47,4 +47,4 @@ steps:
47
47
48
48
49
49
## Disclaimer
50
-
This action utilizes a preview version of GitHub's runtime API; the API is subject to change at any time which may result in failures of this action.
50
+
This action utilizes a preview version of GitHub's runtime API; the API is subject to change at any time which may result in failures of this action.
0 commit comments