Browse Source

meta: add DEBUG_ACTIONS flag to PR triage action

Marc Cornellà 4 years ago
parent
commit
c4c620adcd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/pull_request_triage.yml

+ 1 - 0
.github/workflows/pull_request_triage.yml

@@ -12,3 +12,4 @@ jobs:
       uses: ohmyzsh/github-actions/pull-request-triage@master
       uses: ohmyzsh/github-actions/pull-request-triage@master
       env:
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+        DEBUG_ACTIONS: ${{ secrets.DEBUG_ACTIONS }}