Skip to content

Commit

Permalink
Merge pull request #22 from raczmirko/feature/auto-sync-deployment-me…
Browse files Browse the repository at this point in the history
…ssage

fix: removed escape characters
  • Loading branch information
raczmirko authored Aug 12, 2024
2 parents 0794597 + 968329d commit 4106e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run deploy -- -u "github-actions-bot <[email protected]>" -m \"Auto Sync (master to gh-pages)\"
npm run deploy -- -u "github-actions-bot <[email protected]>" -m "Auto sync master to gh-pages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4106e77

Please sign in to comment.