Skip to content

Commit

Permalink
Add missing quote (#159)
Browse files Browse the repository at this point in the history
Add missing quote in the add to project CI.
  • Loading branch information
srikrsna-buf authored Jan 25, 2024
1 parent 98fd9c6 commit 997bdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
}
}
}
}' -f name="${{ github.event.repository.name }}" -f owner="${{ github.event.repository.owner }}" -f number="${{ github.event.issue.number }}" | jq -r '.data.repository.issue.projectItems.nodes | .[] | select(.project.number==1 and .fieldValueByName.optionId == "dea0b2c9") | .id)" >> $GITHUB_OUTPUT
}' -f name='${{ github.event.repository.name }}' -f owner='${{ github.event.repository.owner }}' -f number='${{ github.event.issue.number }}'' | jq -r '.data.repository.issue.projectItems.nodes | .[] | select(.project.number==1 and .fieldValueByName.optionId == \"dea0b2c9\") | .id)'" >> $GITHUB_OUTPUT
- name: "Update status"
if: ${{ steps.get_project_item_id.outputs.item_id != '' }}
run: |
Expand All @@ -67,4 +67,4 @@ jobs:
) {
clientMutationId
}
}' -f itemId=${{ steps.get_project_item_id.outputs.item_id }}
}' -f itemId='${{ steps.get_project_item_id.outputs.item_id }}'

0 comments on commit 997bdfd

Please sign in to comment.