Skip to content

Commit

Permalink
alter to deal with missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Apr 18, 2024
1 parent 633319d commit 6caac94
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 @@ -41,7 +41,7 @@ jobs:
await github.rest.issues.createComment({
owner: 'rladies',
repo: 'awesome-rladies-blogs',
issue_number: ${{ steps.make-pr.outputs.pull-request-number }},
issue_number: '${{ steps.make-pr.outputs.pull-request-number }}',
body: 'Building test-site now! The build will take a few minutes, but look at its progress in the [website repo](https://github.com/rladies/rladies.github.io/actions/workflows/build-preview.yaml).'
})
Expand Down

0 comments on commit 6caac94

Please sign in to comment.