Skip to content

Commit

Permalink
Replace invalid tab character in GH Actions YAML format (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
npaun authored Mar 5, 2025
1 parent b1026e1 commit e0f3042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Create Github Release
shell: bash
run: |
# Excludes ~70% of files, making this archive faster to process
# Excludes ~70% of files, making this archive faster to process
FILE_FILTER=(':(exclude)css' ':(exclude)html' ':(exclude)conformance-checkers' ':(exclude)svg')
RELEASE_NAME=wpt-$(git rev-parse --short HEAD)
Expand Down

0 comments on commit e0f3042

Please sign in to comment.