Skip to content

Commit

Permalink
Update download.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu authored Dec 13, 2024
1 parent 4992bd6 commit 286478d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 286478d

Please sign in to comment.