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: action.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
name: 'update-existing-release'
2
-
description: 'Update existing releases on GitHub and edit/replace their files'
1
+
name: 'Update Existing Release'
2
+
description: 'Create, update, and edit existing releases! Great for creating a `latest` or `nightly` release.'
3
3
author: 'Isaac Shelton'
4
-
inputs:
4
+
inputs:
5
5
token:
6
6
description: 'Your Github token; try \$\{\{ secrets.GITHUB_TOKEN \}\} if your build lasts less than an hour, or create your own secret token with repository access if your build requires longer than an hour.'
0 commit comments