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 e9b835f commit 53c944bCopy full SHA for 53c944b
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