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 8905cf1 commit 7e1fa4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bsc-hardfork-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
# console.log("PR description:", prBody);
# return { prBody };

- name: Set environment variable from PR description
run: echo "PR_BODY=${{ steps.extract_pr_description.outputs.prBody }}" >> $GITHUB_ENV
- name: Extract PR description
run: echo "PR_BODY=${{ github.event.pull_request.body }}" >> $GITHUB_ENV

- name: Compare genesis with hardfork bytecode files from BSC repo
run: |
Expand Down

0 comments on commit 7e1fa4f

Please sign in to comment.