Skip to content

Commit

Permalink
fix(action): Bugfix to add missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjbuck committed Feb 21, 2024
1 parent c492ed3 commit 39576c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-issue-assigned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: alex-page/[email protected]
with:
project: {{ vars.PROJECT_NAME }}
column: {{ vars.ASSIGNED_STATUS }}
project: ${{ vars.PROJECT_NAME }}
column: ${{ vars.ASSIGNED_STATUS }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 39576c5

Please sign in to comment.