We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4956eef commit a1cf55aCopy full SHA for a1cf55a
.github/workflows/deploy.yml
@@ -216,7 +216,7 @@ jobs:
216
vars.teamKillValueDecreasePerSecond 0.01
217
vars.teamKillKickForBan 0
218
RM.setDevelopers "names" "space" "seperated"
219
- RM.setAdmins "[ENTE]VileEnd" "Admin2"
+ RM.setAdmins "Admin1" "Admin2"
220
RM.setLightAdmins "LightAdmin1" "LightAdmin2"
221
RM.serverInfo "Sample RM Server Info"
222
RM.serverLicenseKey $env:LIC_KEY
@@ -262,7 +262,7 @@ jobs:
262
### 🔧 Bundler Changelog
263
${{ steps.tag_version.outputs.changelog }}
264
265
- # --- 9. UPDATE LATEST TAG (Add tag to same commit) ---
+ # --- 9. UPDATE LATEST TAG ---
266
- name: Update 'latest' Tag
267
run: |
268
git config user.name "GitHub Actions"
0 commit comments