Skip to content

Commit

Permalink
ci: fix parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jul 15, 2024
1 parent 64d59b6 commit 022eaed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/issue_opened.new-blog-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: ⬇️ Checkout Repository
uses: actions/checkout@v4
with:
show-progress: false

- name: ⎔ Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -50,7 +52,7 @@ jobs:

- name: 📝 Create Blog Post
working-directory: scripts
run: node new-blog.mjs ${{ github.event.issue.id }}
run: node new-blog.mjs ${{ github.event.issue.number }}

- name: 📌 Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 022eaed

Please sign in to comment.