Skip to content

Commit

Permalink
💚 Fix CI (#169)
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi authored Feb 5, 2024
1 parent 09f1265 commit dd36219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
git commit -S -m ":pencil: Update contents by GitHub Actions"
git push origin ${BRANCH_NAME}
gh pr create --base main \
--title "Release update contents"
--title "Release update contents" \
--body ":pencil: Release update contents by GitHub Actions"
env:
GITHUB_USER: ${{ secrets.DISPATCH_USER }}
Expand Down

0 comments on commit dd36219

Please sign in to comment.