Skip to content

Commit

Permalink
Add stupid v prefix πŸ™ƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Jan 24, 2024
1 parent 1d39173 commit 9dcdbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pipenv run sphinx-build -b gettext source build/locale

- name: Push and Pull strings from the Crowdin
uses: crowdin/github-action@1
uses: crowdin/github-action@v1
if: github.ref == 'refs/heads/master'
with:
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
echo "should-continue=$diff_detected" >> $GITHUB_OUTPUT
- name: Deploy to the GitHub Pages
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
if: |
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') ||
Expand Down

0 comments on commit 9dcdbc9

Please sign in to comment.