Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 82a8b8f

Browse files
authored
Remove a leftover parenthesis (#98)
1 parent 24575f2 commit 82a8b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
env: {GH_BEARER_TOKEN: "${{ github.token }}"}
273273

274274
deploy_github:
275-
name: "Deploy Github: ${{ matrix.platform }})"
275+
name: "Deploy Github: ${{ matrix.platform }}"
276276
runs-on: ${{ matrix.runner }}
277277
needs: [deploy_github_linux]
278278
if: "startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/dart-sass-embedded'"

0 commit comments

Comments
 (0)