Skip to content

Commit

Permalink
Merge pull request #15 from perses/antoinethebaud/diff
Browse files Browse the repository at this point in the history
diff dashboards: remove output folder creation
  • Loading branch information
AntoineThebaud authored Dec 20, 2024
2 parents 114f85b + 23d38de commit e8478fa
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 e8478fa

Please sign in to comment.