Skip to content

Test Issue

Test Issue #1

name: Move assigned issues
on:
issues:
types: [assigned]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/[email protected]
with:
project: {{ vars.PROJECT_NAME }}

Check failure on line 13 in .github/workflows/on-issue-assigned.yml

View workflow run for this annotation

GitHub Actions / Move assigned issues

Invalid workflow file

The workflow is not valid. .github/workflows/on-issue-assigned.yml (Line: 13, Col: 20): A mapping was not expected .github/workflows/on-issue-assigned.yml (Line: 14, Col: 19): A mapping was not expected
column: {{ vars.ASSIGNED_STATUS }}
repo-token: ${{ secrets.GITHUB_TOKEN }}