Skip to content

Commit

Permalink
chore: remove extra quotation in workflow (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli authored Jan 12, 2024
1 parent 14a58bc commit d0a14ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
arch: amd64
steps:
- env:
AUTO_UPLOAD_URL: ${{ needs.get-upload-url.outputs.automated_upload_url }}"
MANUAL_UPLOAD_URL: ${{ needs.get-upload-url.outputs.manual_upload_url }}"
AUTO_UPLOAD_URL: ${{ needs.get-upload-url.outputs.automated_upload_url }}
MANUAL_UPLOAD_URL: ${{ needs.get-upload-url.outputs.manual_upload_url }}
GITHUB_TOKEN: ${{ github.token }}
name: Determine which upload URL to use
id: determine_upload_url
Expand Down

0 comments on commit d0a14ac

Please sign in to comment.