Skip to content

Commit

Permalink
add parameters
Browse files Browse the repository at this point in the history
update download script
  • Loading branch information
xornotx committed Jun 26, 2024
1 parent 571d82b commit de34f39
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const issueNumber = context.issue.number;
const issueMessage = "The ceremony has ended! If you'd like, you can provide a custom random beacon by commenting on issue #50 before June 20, 2024, 00:00:00 UTC. Thank you for your interest in participating in the ceremony!";
const issueMessage = "The ceremony has ended! Thank you for your interest in participating in the ceremony!";
await github.rest.issues.createComment({
owner: context.repo.owner,
Expand Down
Loading

0 comments on commit de34f39

Please sign in to comment.