Skip to content

Commit

Permalink
feat(ci): fix yaml formating
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Sep 1, 2023
1 parent 92a5233 commit 230b605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- name: Run Rundler
run: cargo run node &
env:
BUILDER_PRIVATE_KEY: 0x0000000000000000000000000000000000000000000000000000000000000002
ENTRY_POINTS: 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789
BUILDER_PRIVATE_KEY: "0x0000000000000000000000000000000000000000000000000000000000000002"
ENTRY_POINTS: "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
METRICS_HOST: 127.0.0.1
MIN_UNSTAKE_DELAY: 2
NODE_HTTP: http://127.0.0.1:8545
Expand Down

0 comments on commit 230b605

Please sign in to comment.