summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-08-18 15:13:46 +0200
committerGitHub <noreply@github.com>2019-08-18 15:13:46 +0200
commitc4c620adcd0dadf8f3f0d6aa331780291b5bdacd (patch)
tree9de7585e27ff1e25ac9149fa15a052d29357fda7 /.github/workflows
parent28232904bec1e8e15da52ae048a8a31ef7fac67b (diff)
downloadzsh-c4c620adcd0dadf8f3f0d6aa331780291b5bdacd.tar.gz
zsh-c4c620adcd0dadf8f3f0d6aa331780291b5bdacd.tar.bz2
zsh-c4c620adcd0dadf8f3f0d6aa331780291b5bdacd.zip
meta: add DEBUG_ACTIONS flag to PR triage action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pull_request_triage.yml1
1 files changed, 1 insertions, 0 deletions
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 }}