From b9abbf48c1b63829b1d471ecb88025d71fe9f988 Mon Sep 17 00:00:00 2001 From: Greg Frasco Date: Fri, 8 Mar 2024 16:35:34 -0500 Subject: [PATCH] fix: indentation on project workflow --- .github/workflows/project.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 17899739b..c1cb13692 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -16,7 +16,7 @@ jobs: name: Add issue to Backlog runs-on: ubuntu-latest steps: - uses: actions/add-to-project@v0 - with: - project-url: https://github.com/orgs/multiparty/projects/2 - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - uses: actions/add-to-project@v0 + with: + project-url: https://github.com/orgs/multiparty/projects/2 + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file