We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813ab07 commit 3e9ea8bCopy full SHA for 3e9ea8b
.github/workflows/docs-localization-download.yml
@@ -64,7 +64,7 @@ jobs:
64
PR_ID="${{ steps.crowdin.outputs.pull_request_number }}"
65
echo "pr_ref=$(echo -n "$PR_REF" | base64)" >> $GITHUB_OUTPUT
66
echo "pr_id=$(echo -n "$PR_ID" | base64)" >> $GITHUB_OUTPUT
67
-
+
68
pr:
69
permissions: write-all
70
name: "Trigger PR workflows manually"
@@ -121,4 +121,4 @@ jobs:
121
- run: gh pr merge --auto -d --squash $PR_ID
122
env:
123
PR_ID: ${{ steps.convert_outputs.outputs.pr_id }}
124
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments