We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba93b2 commit a710739Copy full SHA for a710739
1 file changed
.github/workflows/close-project-issues.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
org_name=${{ env.org_name }}
76
project_number=${{ github.event.inputs.project_number }}
77
- column_name=${{ github.event.inputs.column_name }}
+ column_name="${{ github.event.inputs.column_name }}"
78
issues=$(gh api graphql -f query='
79
query ($org: String!, $number: Int!) {
80
organization(login: $org) {
0 commit comments