aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-05-22 13:28:57 +0200
committerjackpoz <giacomopoz@gmail.com>2020-05-22 13:28:57 +0200
commit0435ecc8f52490b6d27ca9c9d3b1f6507932c824 (patch)
tree8ddb5b3ed581e1b028709de5f702f1d601b1e2a0
parent7c68eb0e70a61c3831286f3810471eb2a255b7ad (diff)
CI/GitHub: Fix github actions syntax
-rw-r--r--.github/workflows/pr-labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml
index 9ea6a4ccd1f..1fe6cd6052d 100644
--- a/.github/workflows/pr-labeler.yml
+++ b/.github/workflows/pr-labeler.yml
@@ -11,4 +11,4 @@ jobs:
id: pr-labeler
uses: TrinityCore/GitHub-Actions@pr-labeler-prod
with:
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file