Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jo2 committed Feb 21, 2022
1 parent 9e0861f commit 56fb901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-blogpost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--env HEAD_COMMIT='${{ env.HEAD_COMMIT }}' \
--env LOCAL_REPO_PATH=repo \
--env PR_NUMBER='${{ github.event.number }}' \
--env TOKEN='${{ secrets.GITHUB_TOKEN }}' \
--env TOKEN='${{ secrets.REPOSITORY_LOCAL_USER_TOKEN }}' \
-v /home/runner/work/devblog/devblog:/repo \
jekyll2cms/blogpost-checker:1.0.12

0 comments on commit 56fb901

Please sign in to comment.