Skip to content

Commit 8827688

Browse files
committed
use local action for internal regression check and default to @main
1 parent db306a9 commit 8827688

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Run Stylus Performance Check
18-
uses: CreativesOnchain/Stylus-Trace@v1
18+
uses: ./
1919
with:
2020
tx_hash: "0xaaf333656d069068844d17f175fa5b73534c0b71599100bee2153791c3e81edc"
2121
rpc_url: "http://localhost:8547"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can use the [Stylus Trace Action](https://github.com/CreativesOnchain/Stylus
165165

166166
```yaml
167167
- name: Gas Regression Check
168-
uses: CreativesOnchain/Stylus-Trace@v1
168+
uses: CreativesOnchain/Stylus-Trace@main
169169
with:
170170
tx_hash: "0x..."
171171
threshold: "1.0" # Fail if gas increases by > 1%

crates/stylus-trace-studio/src/commands/ci.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151
5252
- name: Run Stylus Performance Check
53-
uses: CreativesOnchain/Stylus-Trace@v1
53+
uses: CreativesOnchain/Stylus-Trace@main
5454
with:
5555
tx_hash: "{}"
5656
{} threshold: "{}"

0 commit comments

Comments
 (0)