1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 15:00:46 +08:00

Add frenzibyte to users that can use diffcalc workflow

This commit is contained in:
Dan Balasescu
2024-07-08 13:58:42 +09:00
Unverified
parent 0bb6c252a7
commit 9375f79879
+1 -1
View File
@@ -111,7 +111,7 @@ jobs:
steps:
- name: Check permissions
run: |
ALLOWED_USERS=(smoogipoo peppy bdach)
ALLOWED_USERS=(smoogipoo peppy bdach frenzibyte)
for i in "${ALLOWED_USERS[@]}"; do
if [[ "${{ github.actor }}" == "$i" ]]; then
exit 0