From 286478d82f8ae3bc799f0bd860ad519d6f55348b Mon Sep 17 00:00:00 2001 From: Agah Date: Thu, 12 Dec 2024 20:15:52 -0500 Subject: [PATCH] Update download.yml --- .github/workflows/download.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml index c5df268..8cf3d48 100644 --- a/.github/workflows/download.yml +++ b/.github/workflows/download.yml @@ -48,6 +48,7 @@ jobs: const repoOwner = repoUrl.replace('https://github.com/', ''); const isAuthorized = "${{ steps.check-authorization.outputs.authorized }}" === "true"; const message = isAuthorized ? `Pinging roboneuro to download the data for ${repoOwner}` : "You are not authorized to perform this action."; + core.setOutput("proceed", isAuthorized); await github.rest.issues.createComment({ issue_number: context.issue.number, owner: context.repo.owner,