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}}