mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 01:06:00 +00:00
[workflow] fixed typos in the leaderboard workflow (#2567)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Publish Nightly Version to PyPI
|
||||
name: Generate Community Report and Send to Lark
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -24,6 +24,6 @@ jobs:
|
||||
- run: python .github/workflows/scripts/generate_leaderboard_and_send_to_lark.py
|
||||
env:
|
||||
LARK_APP_ID: ${{ secrets.LARK_LEADERBOARD_APP_ID }}
|
||||
APP_SECRET: ${{ secrets.LARK_LEADERBOARD_APP_SECRET }}
|
||||
LARK_APP_SECRET: ${{ secrets.LARK_LEADERBOARD_APP_SECRET }}
|
||||
LARK_WEBHOOK_URL: ${{ secrets.LARK_LEADERBOARD_WEBHOOK_URL }}
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
Reference in New Issue
Block a user