Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy committed Mar 22, 2024
1 parent 5f253b5 commit d8c6e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git add .
git commit -m "Update documentation for @elfsquad/configurator"
git push --set-upstream origin update-configurator-docs -f
gh pr create --title "Update @elfsquad/configurator focumentation" \
gh pr create --title "Update @elfsquad/configurator documentation" \
--body "This PR updates the documentation for the @elfsquad/configurator package based on the latest changes."
env:
GH_TOKEN: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit d8c6e93

Please sign in to comment.