Skip to content

Commit

Permalink
Use custom version of jekyll-action
Browse files Browse the repository at this point in the history
  • Loading branch information
tielur committed Jul 31, 2022
1 parent a334ca5 commit 76f5fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
git config --local user.name 'github-actions[bot]'
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
# Standard usage
- uses: helaili/jekyll-action@v2
- uses: tielur/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
use_github_bot_for_commits: true

0 comments on commit 76f5fbd

Please sign in to comment.