Skip to content

Commit

Permalink
fix quote error
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Jan 29, 2024
1 parent e918a8c commit 1f3c778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
script: |
await github.issues.createComment({
owner: 'rladies',
repo: $(basename ${{ github.event.repository.name }})',
repo: ${{ github.event.repository.name }},
issue_number: ${{ steps.make-pr.outputs.pull-request-number }},
body: `
Building test-site now! The build will take a few minutes,
Expand Down

0 comments on commit 1f3c778

Please sign in to comment.