Skip to content

Commit

Permalink
[add] update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyueyixi committed Sep 28, 2024
1 parent bda0cb4 commit 745041e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
BOT_TOKEN: ${{ secrets.TG_CI_BOT_TOKEN }}
run: |
echo "github_run_url=$GITHUB_RUN_URL"
echo '${{ toJson(github) }}'> github_context.txt
context_json=$(echo "${{ toJson(github) }}")
echo "$context_json" > github_context.txt
if [ -f "robot.py" ]; then
python robot.py -e ci
fi
Expand Down

0 comments on commit 745041e

Please sign in to comment.