We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c97920 commit b60be51Copy full SHA for b60be51
.github/workflows/ci.yaml
@@ -224,7 +224,7 @@ jobs:
224
run: |
225
./baton-slack && \
226
baton grants --entitlement="${{ env.CONNECTOR_ENTITLEMENT }}" --output-format=json | \
227
- jq --exit-status ".grants[].principal.id.resource == \"${{ env.CONNECTOR_PRINCIPAL }}\""
+ jq --exit-status ".grants[].principal.id.resource == \"${{ env.CONNECTOR_PRINCIPAL }}\"" | grep -q "true"
228
229
test-enterprise-roles:
230
runs-on: ubuntu-latest
0 commit comments