From 3920cae6d53943090fc6107275409e28441b57e1 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Tue, 1 Oct 2024 10:48:06 +0100 Subject: [PATCH] update lttf dashbaord --- .github/workflows/lint-to-the-future.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-to-the-future.yml b/.github/workflows/lint-to-the-future.yml index a21e3f759..6c4441551 100644 --- a/.github/workflows/lint-to-the-future.yml +++ b/.github/workflows/lint-to-the-future.yml @@ -3,9 +3,15 @@ name: Lint to the Future Dashboard on: push: branches: - - main - master + - main jobs: deploy: - uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: mansona/lttf-dashboard@v1 + with: + folder: '/lint-to-the-future' + token: ${{secrets.GITHUB_TOKEN}}