Skip to content

Commit f68442e

Browse files
authored
Merge pull request #1253 from miguelcobain/lttf-dashboard-update
update lttf dashbaord
2 parents 111be6b + 3920cae commit f68442e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/lint-to-the-future.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ name: Lint to the Future Dashboard
33
on:
44
push:
55
branches:
6-
- main
76
- master
7+
- main
88

99
jobs:
1010
deploy:
11-
uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: mansona/lttf-dashboard@v1
15+
with:
16+
folder: '/lint-to-the-future'
17+
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)