Skip to content

Commit

Permalink
Merge pull request #64 from pinkcommodity/chore/use-custom-version-of…
Browse files Browse the repository at this point in the history
…-jekyll-action

Use custom version of jekyll-action
  • Loading branch information
tielur authored Jul 31, 2022
2 parents 16dd877 + 76f5fbd commit 1afe7ac
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 @@ -22,6 +22,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
# 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 1afe7ac

Please sign in to comment.