WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Publish to Imgur
2
2
3
-
A GitHub Action that can upload "anonymous" images to Imgur using their API that gives you the URL of the newly created image.
4
-
Note: By "anonymous" we mean that the image is not tied to an account (see [this](https://apidocs.imgur.com/#intro)).
3
+
A GitHub Action that can upload "anonymous" (aka not tied to an account) images to Imgur using their API that gives you the URL of the newly created image.
4
+
See [the Imgur docs](https://apidocs.imgur.com/#intro) for more details.
5
5
6
6
**Purpose**
7
7
@@ -113,7 +113,7 @@ Here's an usecase from our [Devicon](https://github.com/devicons/devicon) reposi
113
113
114
114

115
115
116
-
You can also view the [example workflow](https://github.com/devicons/public-upload-to-imgur/blob/main/.github/workflows/demo.yml) and the [resulting action](https://github.com/devicons/public-upload-to-imgur/actions/runs/453537510) in this repository.
116
+
You can also view an [example workflow](https://github.com/devicons/public-upload-to-imgur/blob/main/.github/workflows/demo.yml) in this repository.
0 commit comments