1
0
forked from clan/clan-core

Merge pull request 'CI: Created separate user for CI' (#312) from Qubasa-main into main

This commit is contained in:
clan-bot 2023-09-20 12:50:11 +00:00
commit 273fcb7f2d
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"
################################################
# #