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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
A GitHub Action that can upload "anonymous" images to Imgur using their API and give you the URL of the newly created image.
3
3
Note: "anonymous" means that the image is not tied to an account (see [this](https://apidocs.imgur.com/#intro)).
4
4
5
+
**Purpose**
5
6
This action is used as part of the peek-icons workflow in the [devicon](https://github.com/devicons/devicon) repo to automate the
6
-
icon checking process.
7
+
icon checking process. Our workflow would generate screenshots using Selenium, upload it to Imgur (using this action) then publish a comment on a PR showing the result (using [another action](https://github.com/marketplace/actions/pr-comment)).
7
8
8
9
## How To Use ##
9
10
@@ -96,13 +97,13 @@ steps:
96
97
```
97
98
98
99
99
-
**Final Result**
100
-
101
-
102
-
Here's a real life example from our [devicon](https://github.com/devicons/devicon) repo:
100
+
**Real Life Examples**
101
+
Here's an usecase from our [devicon](https://github.com/devicons/devicon) repo:
103
102
104
103

105
104
105
+
You can also view the [example workflow]() and the [resulting action]() in this repo.
106
+
106
107
## Credits ##
107
108
The script for parsing multiple paths and glob inputs was taken from the [upload-artifacts](https://github.com/actions/upload-artifact/blob/main/src/search.ts) repo.
0 commit comments