Skip to content

Commit

Permalink
Merge branch 'main' into add-tokyonight-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr authored Jul 30, 2024
2 parents db68ad2 + 3aa1fe0 commit 99d7c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
comment: "true"
use_dot_match: "false"
json_schema: ./schemas/v1.schema.json
files: ${{ steps.changed-files.outputs.theme_all_changed_and_modified_files }}
files: ${{ steps.changed-files.outputs.all_changed_files }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run custom validations
Expand All @@ -49,7 +49,7 @@ jobs:
return await script({
github,
context,
files: `${{ steps.changed-files.outputs.theme_all_changed_and_modified_files }}`
files: `${{ steps.changed-files.outputs.all_changed_files }}`
});
- name: Create preview comment
Expand Down

0 comments on commit 99d7c9b

Please # to comment.