Add stupid v prefix 🙃

This commit is contained in:
ErickSkrauch 2024-01-24 02:38:52 +01:00
parent 1d39173246
commit 9dcdbc9bb6
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}
@ -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') ||