diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-05-22 13:28:57 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2020-05-22 13:28:57 +0200 |
commit | 0435ecc8f52490b6d27ca9c9d3b1f6507932c824 (patch) | |
tree | 8ddb5b3ed581e1b028709de5f702f1d601b1e2a0 /.github | |
parent | 7c68eb0e70a61c3831286f3810471eb2a255b7ad (diff) |
CI/GitHub: Fix github actions syntax
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr-labeler.yml | 2 |
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 |