We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39271ef commit 4d0ee1eCopy full SHA for 4d0ee1e
README.md
@@ -124,7 +124,7 @@ jobs:
124
125
steps:
126
- name: Update README Discord Badge to Latest Upstream
127
- uses: CodexLink/discord-activity-badge@cutting-edge # Choose your own version by picking a tag or a branch name. Using a tag is recommended.
+ uses: CodexLink/discord-activity-badge@v1 # Choose your own version by picking a tag or a branch name. Using a tag is recommended.
128
with: # Go to your Repository Secrets and fill those up!
129
DISCORD_USER_ID: ${{ secrets.DISCORD_USER_ID }}
130
DISCORD_BOT_TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }}
0 commit comments