We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dd7b9 commit 6ba1282Copy full SHA for 6ba1282
.github/workflows/demo.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout files
13
uses: actions/checkout@v3
14
- name: Update Status
15
- uses: CompeyDev/discord-status-action@0.3.1
+ uses: CompeyDev/discord-status-action@0.3.2
16
with:
17
file: README.md
18
id: "893762371770802227"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord-status-action",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "GitHub action to update your discord status in a file using the Lanyard API.",
5
"main": "update.js",
6
"repository": "https://github.com/CompeyDev/discord-status-action",
0 commit comments