From c4c620adcd0dadf8f3f0d6aa331780291b5bdacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sun, 18 Aug 2019 15:13:46 +0200 Subject: [PATCH] meta: add DEBUG_ACTIONS flag to PR triage action --- .github/workflows/pull_request_triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request_triage.yml b/.github/workflows/pull_request_triage.yml index a27392a92..77ec4ce79 100644 --- a/.github/workflows/pull_request_triage.yml +++ b/.github/workflows/pull_request_triage.yml @@ -12,3 +12,4 @@ jobs: uses: ohmyzsh/github-actions/pull-request-triage@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DEBUG_ACTIONS: ${{ secrets.DEBUG_ACTIONS }}