Skip to content

Commit

Permalink
Merge branch 'main' into BIP-717-Enable-GHO-wUSDL-Gauge-on-Arbitrum
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru authored Oct 10, 2024
2 parents dfa9b0f + 36008e3 commit a5e8a6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_reports_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,18 @@ jobs:
if: steps.check_files.outputs.validation_exists == 'true'
uses: thollander/actions-comment-pull-request@v3
with:
filePath: action-scripts/brownie/validate_bip_results.txt
comment_tag: validation_report
pr_number: ${{ inputs.pr_number }}
file-path: action-scripts/brownie/validate_bip_results.txt
comment-tag: validation_report
pr-number: ${{ inputs.pr_number }}

- name: Post Payload Report as Comment
continue-on-error: false
uses: thollander/actions-comment-pull-request@v3
if: steps.check_files.outputs.payload_reports == 'true'
with:
filePath: action-scripts/brownie/payload_reports.txt
comment_tag: payload_report
pr_number: ${{ inputs.pr_number }}
file-path: action-scripts/brownie/payload_reports.txt
comment-tag: payload_report
pr-number: ${{ inputs.pr_number }}

- name: Prettify code
uses: creyD/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion BIPs/4269-W69/test/BIP-653.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1719444309555,
"createdAt": 1719444309556,
"meta": {
"name": "Update Paladins Reward Distributors",
"description": "",
Expand Down

0 comments on commit a5e8a6d

Please sign in to comment.