Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Jan 8, 2025
1 parent 938ffa1 commit 4b064e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: "Generate and prepare the storage reports for current branch"
run: |
bash ./.github/bin/storage-report.sh pr
bash ./bin/storage-report.sh pr
- name: Checkout dev
env:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: "Generate and prepare the storage reports for target branch"
run: |
bash ./.github/bin/storage-report.sh target
bash ./bin/storage-report.sh target
- name: Compare outputs
run: |
Expand Down

0 comments on commit 4b064e1

Please sign in to comment.