Skip to content

Commit

Permalink
dbg: test
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda committed Jan 23, 2025
1 parent 2a26821 commit 78cc336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flamegraph_reporter_levm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:
steps:
- name: echo Output
run: |

Check failure on line 128 in .github/workflows/flamegraph_reporter_levm.yaml

View workflow job for this annotation

GitHub Actions / Lint

undefined variable "time_levm". available variables are "env", "github", "inputs", "job", "matrix", "needs", "runner", "secrets", "steps", "strategy", "vars"
echo ${{ needs.generate-flamegraph.outputs.time_levm }}
echo ${{ needs.generate-flamegraph.outputs.time_revm }}
echo ${{ time_levm }}
echo ${{ time_revm }}
# upload-static-page:
# name: Upload artifacts for static page
Expand Down

0 comments on commit 78cc336

Please sign in to comment.