Skip to content

Commit

Permalink
chores: test ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Sep 8, 2024
1 parent 6cc7f2f commit 5f57952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bsc-hardfork-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
}
const info = JSON.parse(prBody.substring(p1 + 3, p2))
log('info', info, info.hardfork, info.bsc)
console.log('info', info, info.hardfork, info.bsc)
return { prBody, info };
- name: Compare genesis with hardfork bytecode files from BSC repo
Expand Down

0 comments on commit 5f57952

Please sign in to comment.