From a77ba8009bbb0d57255a2d48b028055d77b0e1e8 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 19 Jan 2024 14:53:10 +0000 Subject: [PATCH] update lint-to-the-future --- .github/workflows/lint-to-the-future.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-to-the-future.yml b/.github/workflows/lint-to-the-future.yml index 99a19e2..6c44415 100644 --- a/.github/workflows/lint-to-the-future.yml +++ b/.github/workflows/lint-to-the-future.yml @@ -8,6 +8,10 @@ on: jobs: deploy: - uses: mansona/lint-to-the-future-dashboard-action/.github/workflows/dashboard.yml@main - with: - folder: 'lint-to-the-future' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: mansona/lttf-dashboard@v1 + with: + folder: '/lint-to-the-future' + token: ${{secrets.GITHUB_TOKEN}}