From 0435ecc8f52490b6d27ca9c9d3b1f6507932c824 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Fri, 22 May 2020 13:28:57 +0200 Subject: CI/GitHub: Fix github actions syntax --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3