mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add spaces after emojis in team names (#18249)
Kind of a silly PR 😅 The team names used to have spaces after the emojis and I thought it looked a little more polished 💅
This commit is contained in:
parent
04e88afba4
commit
160448f7d3
4 changed files with 4 additions and 4 deletions
2
.github/workflows/dogfood-gitops.yml
vendored
2
.github/workflows/dogfood-gitops.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
FLEET_GITOPS_DIR: ${{ github.workspace }}/it-and-security
|
||||
FLEET_URL: https://dogfood.fleetdm.com
|
||||
FLEET_API_TOKEN: ${{ secrets.DOGFOOD_API_TOKEN }}
|
||||
DOGFOOD_APPLE_BM_DEFAULT_TEAM: "💻Workstations"
|
||||
DOGFOOD_APPLE_BM_DEFAULT_TEAM: "💻 Workstations"
|
||||
DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL: ${{ secrets.DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL }}
|
||||
DOGFOOD_GLOBAL_ENROLL_SECRET: ${{ secrets.DOGFOOD_GLOBAL_ENROLL_SECRET }}
|
||||
DOGFOOD_SSO_ISSUER_URI: ${{ secrets.DOGFOOD_SSO_ISSUER_URI }}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: "☁️🐣Servers (canary)"
|
||||
name: "☁️🐣 Servers (canary)"
|
||||
team_settings:
|
||||
features:
|
||||
enable_host_users: false
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: "☁️Servers"
|
||||
name: "☁️ Servers"
|
||||
team_settings:
|
||||
features:
|
||||
enable_host_users: true
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: "💻🐣Workstations (canary)"
|
||||
name: "💻🐣 Workstations (canary)"
|
||||
team_settings:
|
||||
features:
|
||||
enable_host_users: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue