Skip to content

Commit

Permalink
Update secure_assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stargazer4 authored May 2, 2024
1 parent 484cf22 commit 82c1e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secure_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
const issueOrPrLink = "${{ needs.check-assets.outputs.issueOrPrLink }}";
const commentLink = "${{ needs.check-assets.outputs.commentLink }}";
const repoName = "${{ needs.check-assets.outputs.repoName }}";
const issueNumber = /* the number of your inventory issue */;
const issueNumber = "25";
const issueBody = `| ${dateCreated} | ${author} | ${issueOrPrLink} | ${commentLink} | ${repoName} |`;
github.issues.update({
owner: context.repo.owner,
Expand Down

0 comments on commit 82c1e23

Please sign in to comment.