CI: Created separate user for CI
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
branches: main
|
branches: main
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
if: ${{ github.actor != 'clan-bot' }}
|
if: ${{ github.actor != 'ui-asset-bot' }}
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ on:
|
|||||||
branches: main
|
branches: main
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
if: ${{ github.actor != 'clan-bot' }}
|
if: ${{ github.actor != 'ui-asset-bot' }}
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ jobs:
|
|||||||
export PATH=$PATH:$DEPS
|
export PATH=$PATH:$DEPS
|
||||||
|
|
||||||
# Setup git config
|
# Setup git config
|
||||||
git config --global user.email "clan-bot@clan.lol"
|
git config --global user.email "ui-asset-bot@clan.lol"
|
||||||
git config --global user.name "clan-bot"
|
git config --global user.name "ui-asset-bot"
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
# #
|
# #
|
||||||
|
|||||||
Reference in New Issue
Block a user