docs(steam): correct plugin_steam_user example (#1413)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
base: ""
|
base: ""
|
||||||
plugin_steam_token: ${{ secrets.STEAM_TOKEN }}
|
plugin_steam_token: ${{ secrets.STEAM_TOKEN }}
|
||||||
plugin_steam: yes
|
plugin_steam: yes
|
||||||
plugin_steam_user: 0
|
plugin_steam_user: "0"
|
||||||
plugin_steam_sections: recently-played
|
plugin_steam_sections: recently-played
|
||||||
plugin_steam_achievements_limit: 0
|
plugin_steam_achievements_limit: 0
|
||||||
prod:
|
prod:
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
base: ""
|
base: ""
|
||||||
plugin_steam_token: ${{ secrets.STEAM_TOKEN }}
|
plugin_steam_token: ${{ secrets.STEAM_TOKEN }}
|
||||||
plugin_steam: yes
|
plugin_steam: yes
|
||||||
plugin_steam_user: 0
|
plugin_steam_user: "0"
|
||||||
prod:
|
prod:
|
||||||
# ⚠️ Using mocked data for privacy reasons
|
# ⚠️ Using mocked data for privacy reasons
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user