Skip to content

Commit a710739

Browse files
authored
Update close-project-issues.yml
1 parent 9ba93b2 commit a710739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-project-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
org_name=${{ env.org_name }}
7676
project_number=${{ github.event.inputs.project_number }}
77-
column_name=${{ github.event.inputs.column_name }}
77+
column_name="${{ github.event.inputs.column_name }}"
7878
issues=$(gh api graphql -f query='
7979
query ($org: String!, $number: Int!) {
8080
organization(login: $org) {

0 commit comments

Comments
 (0)