Skip to content

Commit 49bd48e

Browse files
docs: readme and action.yml
1 parent 6279c6d commit 49bd48e

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
# GitHub Action - Releases API
22

3-
**Please note:** This repository is currently unmaintained by a team of developers at GitHub. The
4-
repository is here and you can use it as an example, or in Actions. However please be aware that
5-
we are not going to be updating issues or pull requests on this repository.
6-
7-
**Maintained Actions:**
8-
* [softprops/action-gh-release](https://github.com/softprops/action-gh-release)
9-
10-
To reflect this state we’ve marked this repository as Archived.
11-
12-
If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support).
13-
14-
If you have found a security issue [please submit it here](https://hackerone.com/github).
3+
**Please note:** Fork of the old github action to upload an asset to a release by upload url. Updated deps, no deprecated apis and node versions
154

165
---
176

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 'Upload Release Asset'
2-
description: 'Upload a release asset to an existing release in your repository'
3-
author: 'tanyagray'
1+
name: 'Upload Release Asset By Upload Url'
2+
description: 'Upload a release asset to an existing release in your repository by upload url'
3+
author: 'codaline-io'
44
inputs:
55
upload_url:
66
description: 'The URL for uploading assets to the release'

0 commit comments

Comments
 (0)