mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Fix GitHub repo env
This commit is contained in:
2
.github/workflows/build_debug_apk.yml
vendored
2
.github/workflows/build_debug_apk.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_EVENT_BEFORE: ${{ github.event.before }}
|
||||
GITHUB_SHA: ${{ github.sha }}
|
||||
GITHUB_REPO: ${{ github.repo }}
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
TELEGRAM_CI_BOT_TOKEN: ${{ secrets.TELEGRAM_CI_BOT_TOKEN }}
|
||||
TELEGRAM_CI_CHANNEL_ID: ${{ secrets.TELEGRAM_CI_CHANNEL_ID }}
|
||||
BRANCH: 11-dev
|
||||
|
||||
2
.github/workflows/build_release_apk.yml
vendored
2
.github/workflows/build_release_apk.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_EVENT_BEFORE: ${{ github.event.before }}
|
||||
GITHUB_SHA: ${{ github.sha }}
|
||||
GITHUB_REPO: ${{ github.repo }}
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
TELEGRAM_CI_BOT_TOKEN: ${{ secrets.TELEGRAM_CI_BOT_TOKEN }}
|
||||
TELEGRAM_CI_CHANNEL_ID: ${{ secrets.TELEGRAM_CI_CHANNEL_ID }}
|
||||
BRANCH: 11-alpha
|
||||
|
||||
2
.github/workflows/notify_push.yml
vendored
2
.github/workflows/notify_push.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_EVENT_BEFORE: ${{ github.event.before }}
|
||||
GITHUB_SHA: ${{ github.sha }}
|
||||
GITHUB_REPO: ${{ github.repo }}
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
TELEGRAM_CI_BOT_TOKEN: ${{ secrets.NOTIFY_BOT_TOKEN }}
|
||||
TELEGRAM_CI_CHANNEL_ID: ${{ secrets.NOTIFY_CHANNEL_ID }}
|
||||
BRANCH: ${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user