Skip to content

Commit

Permalink
ci: Fix invalid syntax in missing ops workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Dec 17, 2024
1 parent a10769a commit 6292faa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/missing-ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@ jobs:
⚠️ `tket-json-rs` is missing OpType definitions.
```
$DIAGNOSTIC
${{ needs.missing-optypes.outputs.diagnostic }}
```
See [https://github.com/CQCL/tket-json-rs/actions/runs/${{ github.run_id }}](the failing check) for more info.
unique-label: "missing-ops"
other-labels: "bug"
secrets:
GITHUB_PAT: ${{ secrets.HUGRBOT_PAT }}
DIAGNOSTIC: ${{ needs.missing-optypes.outputs.diagnostic }}

0 comments on commit 6292faa

Please sign in to comment.