Skip to content

Commit de34f39

Browse files
committed
add parameters
update download script
1 parent 571d82b commit de34f39

File tree

3 files changed

+84
-47
lines changed

3 files changed

+84
-47
lines changed

.github/workflows/close.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
script: |
1717
const issueNumber = context.issue.number;
18-
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!";
18+
const issueMessage = "The ceremony has ended! Thank you for your interest in participating in the ceremony!";
1919
2020
await github.rest.issues.createComment({
2121
owner: context.repo.owner,

0 commit comments

Comments
 (0)