1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 23:42:10 +02:00

Update config for Enlightn

This commit is contained in:
Kovah 2021-03-05 22:56:26 +01:00
parent 99d5beed1c
commit dcda52faee
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -99,7 +99,7 @@ jobs:
ENLIGHTN_USERNAME: ${{ secrets.ENLIGHTN_USERNAME }}
ENLIGHTN_API_TOKEN: ${{ secrets.ENLIGHTN_API_TOKEN }}
ENLIGHTN_GITHUB_REPO: ${{ github.repository }}
run: php artisan enlightn --ci --report --review --issue=${{ github.event.number }}
run: php artisan enlightn --ci --review --issue=${{ github.event.number }}
- uses: actions/upload-artifact@v1
if: failure()