Skip to content

Commit

Permalink
Update zubo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redrainl authored May 15, 2024
1 parent 59cdf95 commit 5131cb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/zubo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
- name: Run Multitest Script
working-directory: iptv/speedtest
run: |
./speedtest/multi_test.sh
cd $GITHUB_WORKSPACE/speedtest
./multi_test.sh
- name: Update Results
run: |
cd $GITHUB_WORKSPACE/iptv/speedtest/result/
cd $GITHUB_WORKSPACE/speedtest/result/
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
Expand Down

0 comments on commit 5131cb1

Please sign in to comment.