We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1efc6 commit 98cff32Copy full SHA for 98cff32
.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.4
+ uses: CompeyDev/discord-status-action@0.3.0
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.4",
+ "version": "0.3.0",
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