Skip to content

Commit

Permalink
Remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Aug 7, 2024
1 parent d7bf01b commit 286637e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
run: |
set -e
python${PYTHON_VERSION} -m codecov_cli.main upload-process \
--name 'github-actions-'${{ github.run_id }} \
--name github-actions-${{ github.run_id }} \
--sha ${{ github.sha }} \
--branch ${{ github.ref_name }} \
--slug ${{ github.repository }} \
Expand Down

0 comments on commit 286637e

Please sign in to comment.