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 74aab06 commit 6fad7a6Copy full SHA for 6fad7a6
1 file changed
.github/workflows/pull_requests.yaml
@@ -26,4 +26,4 @@ jobs:
26
run: gh pr merge --rebase --auto "$PR_NUMBER"
27
env:
28
GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }} # zizmor: ignore[secrets-outside-env]
29
- PR_NUMNBER: ${{ github.event.pull_request.number }}
+ PR_NUMBER: ${{ github.event.pull_request.number }}
0 commit comments