Skip to content

Commit

Permalink
diff dashboards: remove output folder creation
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine THEBAUD <[email protected]>
  • Loading branch information
Antoine THEBAUD committed Dec 20, 2024
1 parent 114f85b commit 23d38de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions actions/diff_dashboards/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ inputs:
runs:
using: composite
steps:
- name: Create the output folder
run: |
# Remove this step when a release embedding https://github.com/perses/perses/pull/2484 is available.
mkdir -p built
shell: bash

- name: Run the `dac diff` command
run: |
percli dac diff \
Expand Down

0 comments on commit 23d38de

Please sign in to comment.