1
0
forked from clan/clan-core

CI: Created separate user for CI

This commit is contained in:
Luis Hebendanz 2023-09-20 14:48:16 +02:00
parent 975a2e8e94
commit ec497276bd
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ on:
branches: main
jobs:
test:
if: ${{ github.actor != 'clan-bot' }}
if: ${{ github.actor != 'ui-asset-bot' }}
runs-on: nix
steps:
- uses: actions/checkout@v3

View File

@ -5,7 +5,7 @@ on:
branches: main
jobs:
test:
if: ${{ github.actor != 'clan-bot' }}
if: ${{ github.actor != 'ui-asset-bot' }}
runs-on: nix
steps:
- uses: actions/checkout@v3

View File

@ -35,8 +35,8 @@ jobs:
export PATH=$PATH:$DEPS
# Setup git config
git config --global user.email "clan-bot@clan.lol"
git config --global user.name "clan-bot"
git config --global user.email "ui-asset-bot@clan.lol"
git config --global user.name "ui-asset-bot"
################################################
# #