Minor changes

This commit is contained in:
topjohnwu
2024-07-20 04:52:25 -07:00
parent 054971e899
commit f919bb0e99
4 changed files with 6 additions and 6 deletions

View File

@@ -162,7 +162,7 @@ jobs:
run: scripts/avd_test.sh ${{ matrix.version }}
cf_test:
name: Test on AOSP main Cuttlefish
name: Test Cuttlefish on main
runs-on: ubuntu-24.04
env:
CF_HOME: /home/runner/aosp_cf_x86_64_phone
@@ -186,7 +186,7 @@ jobs:
with:
ref: ${{ github.ref }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
check-name: 'Build Magisk artifacts'
check-name: "Build Magisk artifacts"
- name: Download build artifacts
uses: actions/download-artifact@v4