Skip to content

Commit

Permalink
fix: indentation on project workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Mar 8, 2024
1 parent de57abf commit b9abbf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
- uses: actions/add-to-project@v0
with:
project-url: https://github.com/orgs/multiparty/projects/2
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b9abbf4

Please sign in to comment.