Skip to content

Commit

Permalink
Update issue-trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 28, 2023
1 parent 22c7da5 commit 4d6bfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Add Special Label
id: add-special-label
if: ${{ needs.Add-Issue-To-Project-Board.outputs.spec_column == 'Questions / In Review }}
if: ${{ needs.Add-Issue-To-Project-Board.outputs.spec_column == 'Questions / In Review' }}
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit 4d6bfd4

Please sign in to comment.