aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nightly_pr_comment.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nightly_pr_comment.yml')
-rw-r--r--.github/workflows/nightly_pr_comment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly_pr_comment.yml b/.github/workflows/nightly_pr_comment.yml
index c7af4aca..deabae67 100644
--- a/.github/workflows/nightly_pr_comment.yml
+++ b/.github/workflows/nightly_pr_comment.yml
@@ -7,7 +7,7 @@ jobs:
pr_comment:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
- timeout-minutes: ${{ vars.JOB_TIMEOUT }}
+ timeout-minutes: ${{ fromJSON(vars.JOB_TIMEOUT) }}
steps:
- uses: actions/github-script@v6
with: