Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Dec 13, 2024
1 parent 04c7884 commit 3bc43ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Create Pull Request
uses: actions/github-script@v7
if: steps.create-commit.outputs.changes == 'true'
if: steps.update-translations.outputs.changes == 'true'
with:
github-token: ${{ secrets.GIT_PAT_TOKEN }}
script: |
Expand Down

0 comments on commit 3bc43ae

Please sign in to comment.