Skip to content

Commit

Permalink
Update: 统一命名
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Nov 7, 2023
1 parent 9851fae commit 2ce5428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
ci:
ci-linux:
name: Linux Swoole-${{ matrix.swoole.version }} RoadRunner-${{ matrix.roadrunner }}
runs-on: ubuntu-latest
strategy:
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare#1
- name: Prepare1
run: |
echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV}
mkdir -p /tmp/base_cache/composer
Expand Down

0 comments on commit 2ce5428

Please sign in to comment.