Skip to content

Commit cccb7a1

Browse files
committed
try fixing lttf
1 parent 51ad24d commit cccb7a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lttf-dashboard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ on:
55
branches:
66
- master
77
- main
8+
- fix-lttf # delete before merging
89

910
jobs:
1011
deploy:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v4
1415
- uses: pnpm/action-setup@v4
15-
- uses: mansona/lttf-dashboard@v1
16+
- uses: mansona/lttf-dashboard@fix-folderless-json
1617
with:
1718
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)