We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec2d25 commit 71ebde9Copy full SHA for 71ebde9
1 file changed
.github/workflows/transifex.yml
@@ -28,6 +28,5 @@ jobs:
28
# Enable GitHub auto merge
29
- name: Auto merge
30
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
31
- if: startsWith(steps.branchname.outputs.branch, 'translations_')
32
with:
33
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments