Skip to content

Commit

Permalink
ci-修正run命令竖线问题
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Oct 23, 2024
1 parent 9a66929 commit d11898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: Set environment variable
run:
run: |
echo "MUYUN_USERNAME=admin" >> $GITHUB_ENV
echo "MUYUN_PASSWORD=admin@muyun" >> $GITHUB_ENV
- uses: actions/checkout@v3
Expand Down

0 comments on commit d11898e

Please sign in to comment.